Changeset 49475 for trunk/src/wp-includes/user.php
- Timestamp:
- 11/02/2020 06:40:06 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r49314 r49475 3774 3774 } 3775 3775 3776 if ( ! $action_name) {3776 if ( ! in_array( $action_name, _wp_privacy_action_request_types(), true ) ) { 3777 3777 return new WP_Error( 'invalid_action', __( 'Invalid action name.' ) ); 3778 3778 }
Note: See TracChangeset
for help on using the changeset viewer.