Changeset 11958
- Timestamp:
- 07/12/2022 08:30:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-profiles/profiles.php
r11950 r11958 84 84 * This isn't needed for `gp_translation_set_bulk_action_post` callbacks, since that only gets triggered by the 85 85 * normal UI flow. 86 * 87 * @param mixed $user_id Accept mixed so that callers don't have to check the type. `get_userdata()` will do that. 86 88 */ 87 function should_notify( int$user_id ) : bool {89 function should_notify( $user_id ) : bool { 88 90 $notify = true; 89 91
Note: See TracChangeset
for help on using the changeset viewer.