five-for-the-future/plugins/wporg-5ftf
Ian Dunn bb0216adc6
Replace deprecated SANITIZE_STRING filter with UNSAFE_RAW.
`FILTER_UNSAFE_RAW` doesn't strip HTML tags like `FILTER_SANITIZE_STRING` did, but some of these are being run through `sanitize_text_field` as well, and the others aren't being output or saved to the database.

See https://stackoverflow.com/a/69207369/450127
2022-07-19 11:03:35 -07:00
..
assets Pledge Management: Add "request link" form to the manage pledge (#126) 2019-12-11 16:12:23 -05:00
includes Replace deprecated SANITIZE_STRING filter with UNSAFE_RAW. 2022-07-19 11:03:35 -07:00
tests Update to PHPUnit 9 for PHP 8 compatibility 2022-07-19 09:33:34 -07:00
views Apply coding standards 2022-04-28 06:51:16 -07:00
.gitignore Tests: Setup PHPUnit and PHPUnit Watcher. 2019-10-23 14:27:26 -07:00
index.php Regularly store stats snapshots to track historical trends. 2019-12-06 08:03:54 -08:00