Changeset 43257 for branches/4.9/src/wp-includes/user.php
- Timestamp:
- 05/14/2018 03:11:58 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/user.php
r43237 r43257 2739 2739 * @access private 2740 2740 * 2741 * @return array 2741 * @return array List of core privacy action types. 2742 2742 */ 2743 2743 function _wp_privacy_action_request_types() { … … 3204 3204 * 3205 3205 * @param string $action_name Action name of the request. 3206 * @return string 3206 * @return string Human readable action name. 3207 3207 */ 3208 3208 function wp_user_request_action_description( $action_name ) { … … 3330 3330 * Data relating to the account action email. 3331 3331 * 3332 * @type WP_User_Request $request User request object.3332 * @type WP_User_Request $request User request object. 3333 3333 * @type string $email The email address this is being sent to. 3334 3334 * @type string $description Description of the action being performed so the user knows what the email is for. … … 3375 3375 3376 3376 /** 3377 * Val date a user request by comparing the key with the request's key.3377 * Validate a user request by comparing the key with the request's key. 3378 3378 * 3379 3379 * @since 4.9.6
Note: See TracChangeset
for help on using the changeset viewer.