five-for-the-future/plugins/wporg-5ftf/includes
Ian Dunn 8c28881812
Contributors: Apply ?? before array cast, to avoid PHP notice.
Previously the `$user->team_names` would be cast to an array before the null coalescing operator executed. If the `team_names` field wasn't set in the database, PHP would throw an error before trying to apply the null coalescing operator.
2022-08-15 10:54:11 -07:00
..
authentication.php Apply coding standards. 2020-11-13 12:24:03 -08:00
contributor.php Contributors: Apply ?? before array cast, to avoid PHP notice. 2022-08-15 10:54:11 -07:00
email.php Email: Check first name exists before using. 2022-08-10 11:41:14 -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 Stats: Add self-sponsored hours and contributor counts. 2022-08-03 15:53:34 -07:00
xprofile.php Add cron job to send emails to inactive contributors. 2022-08-10 10:25:29 -07:00