Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:57:00 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove extra spaces from @param tags.

Per the documentation standards, @param tags should be aligned with each other, but not with the @return tag.

See #49572.

File:
1 edited

Legend:

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

    r48109 r48110  
    45424542 * @since 4.9.6
    45434543 *
    4544  * @param  string $email_address The attachment owner email address.
    4545  * @param  int    $page          Attachment page.
     4544 * @param string $email_address The attachment owner email address.
     4545 * @param int    $page          Attachment page.
    45464546 * @return array An array of personal data.
    45474547 */
Note: See TracChangeset for help on using the changeset viewer.