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-admin/includes/class-custom-image-header.php

    r47808 r48110  
    14911491     * @since 4.9.0
    14921492     *
    1493      * @param  array $object A crop attachment object.
     1493     * @param array $object A crop attachment object.
    14941494     * @return int|false An attachment ID if one exists. False if none.
    14951495     */
Note: See TracChangeset for help on using the changeset viewer.