five-for-the-future/plugins/wporg-5ftf/includes
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
..
authentication.php Apply coding standards. 2020-11-13 12:24:03 -08:00
contributor.php Replace deprecated SANITIZE_STRING filter with UNSAFE_RAW. 2022-07-19 11:03:35 -07:00
email.php Contributors: Reset profile hours when pledge deactivated. 2022-05-02 14:22:26 -07:00
endpoints.php Manage Pledge: Normalize addresses to lowercase for comparison. 2022-03-28 14:17:29 -07:00
miscellaneous.php Remove links to non-existent locale variants. 2019-11-04 13:04:17 -06:00
pledge-form.php Replace deprecated SANITIZE_STRING filter with UNSAFE_RAW. 2022-07-19 11:03:35 -07:00
pledge-log.php Pledge: Log the reason why a pledge was deactivated. 2022-03-18 12:42:05 -07:00
pledge-meta.php Replace deprecated SANITIZE_STRING filter with UNSAFE_RAW. 2022-07-19 11:03:35 -07:00
pledge.php Contributors: Reset profile hours when pledge deactivated. 2022-05-02 14:22:26 -07:00
stats.php Apply coding standards. 2020-11-13 12:24:03 -08:00
xprofile.php Contributors: Clear object cache when resetting profile data. 2022-05-03 12:36:16 -07:00