Make WordPress Core


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

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

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

    r48099 r48100  
    748748 *                              of width and height values in pixels (in that order).
    749749 *                              Default 'thumbnail'.
    750  * @return array|false $data {
     750 * @return array|false {
    751751 *     Array of file relative path, width, and height on success. Additionally includes absolute
    752752 *     path and URL if registered size is passed to $size parameter. False on failure.
     
    45504550 * @param  string $email_address The attachment owner email address.
    45514551 * @param  int    $page          Attachment page.
    4552  * @return array  $return        An array of personal data.
     4552 * @return array An array of personal data.
    45534553 */
    45544554function wp_media_personal_data_exporter( $email_address, $page = 1 ) {
Note: See TracChangeset for help on using the changeset viewer.