Make WordPress Core


Ignore:
Timestamp:
05/14/2018 02:52:49 PM (7 years ago)
Author:
azaozz
Message:

Privacy: improve inline documentation.

Props desrosj.
Fixes #44075.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r43236 r43256  
    28172817 * @access private
    28182818 *
    2819  * @return array
     2819 * @return array List of core privacy action types.
    28202820 */
    28212821function _wp_privacy_action_request_types() {
     
    32823282 *
    32833283 * @param string $action_name Action name of the request.
    3284  * @return string
     3284 * @return string Human readable action name.
    32853285 */
    32863286function wp_user_request_action_description( $action_name ) {
     
    34083408     *     Data relating to the account action email.
    34093409     *
    3410      *     @type WP_User_Request $request User request object.
     3410     *     @type WP_User_Request $request     User request object.
    34113411     *     @type string          $email       The email address this is being sent to.
    34123412     *     @type string          $description Description of the action being performed so the user knows what the email is for.
     
    34533453
    34543454/**
    3455  * Valdate 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.
    34563456 *
    34573457 * @since 4.9.6
Note: See TracChangeset for help on using the changeset viewer.