Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/privacy-tools.php

    r48088 r48100  
    4141 * @access private
    4242 *
    43  * @param  int          $request_id Request ID.
    44  * @return int|WP_Error $result     Request ID on success or WP_Error.
     43 * @param int $request_id Request ID.
     44 * @return int|WP_Error Request ID on success, or a WP_Error on failure.
    4545 */
    4646function _wp_privacy_completed_request( $request_id ) {
     
    234234 *     }
    235235 * }
    236  * @param string  $group_id     The group identifier.
    237  * @param int     $groups_count The number of all groups
    238  * @return string $group_html   The HTML for this group and its items.
     236 * @param string $group_id     The group identifier.
     237 * @param int    $groups_count The number of all groups
     238 * @return string The HTML for this group and its items.
    239239 */
    240240function wp_privacy_generate_personal_data_export_group_html( $group_data, $group_id = '', $groups_count = 1 ) {
Note: See TracChangeset for help on using the changeset viewer.