Changeset 43256 for trunk/src/wp-includes/user.php
- Timestamp:
- 05/14/2018 02:52:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r43236 r43256 2817 2817 * @access private 2818 2818 * 2819 * @return array 2819 * @return array List of core privacy action types. 2820 2820 */ 2821 2821 function _wp_privacy_action_request_types() { … … 3282 3282 * 3283 3283 * @param string $action_name Action name of the request. 3284 * @return string 3284 * @return string Human readable action name. 3285 3285 */ 3286 3286 function wp_user_request_action_description( $action_name ) { … … 3408 3408 * Data relating to the account action email. 3409 3409 * 3410 * @type WP_User_Request $request User request object.3410 * @type WP_User_Request $request User request object. 3411 3411 * @type string $email The email address this is being sent to. 3412 3412 * @type string $description Description of the action being performed so the user knows what the email is for. … … 3453 3453 3454 3454 /** 3455 * Val date a user request by comparing the key with the request's key.3455 * Validate a user request by comparing the key with the request's key. 3456 3456 * 3457 3457 * @since 4.9.6
Note: See TracChangeset
for help on using the changeset viewer.