Make WordPress Core


Ignore:
Timestamp:
05/14/2018 03:11:58 PM (7 years ago)
Author:
azaozz
Message:

Privacy: improve inline documentation.

Props desrosj.
Merges [43256] to the 4.9 branch.
Fixes #44075.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/user.php

    r43237 r43257  
    27392739 * @access private
    27402740 *
    2741  * @return array
     2741 * @return array List of core privacy action types.
    27422742 */
    27432743function _wp_privacy_action_request_types() {
     
    32043204 *
    32053205 * @param string $action_name Action name of the request.
    3206  * @return string
     3206 * @return string Human readable action name.
    32073207 */
    32083208function wp_user_request_action_description( $action_name ) {
     
    33303330     *     Data relating to the account action email.
    33313331     *
    3332      *     @type WP_User_Request $request User request object.
     3332     *     @type WP_User_Request $request     User request object.
    33333333     *     @type string          $email       The email address this is being sent to.
    33343334     *     @type string          $description Description of the action being performed so the user knows what the email is for.
     
    33753375
    33763376/**
    3377  * Valdate 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.
    33783378 *
    33793379 * @since 4.9.6
Note: See TracChangeset for help on using the changeset viewer.