Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:57:00 PM (4 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/ms-functions.php

    r48109 r48110  
    25782578 * @since 3.0.0
    25792579 *
    2580  * @param  int $size Upload size limit in bytes.
    2581  * @return int       Upload size limit in bytes.
     2580 * @param int $size Upload size limit in bytes.
     2581 * @return int Upload size limit in bytes.
    25822582 */
    25832583function upload_size_limit_filter( $size ) {
Note: See TracChangeset for help on using the changeset viewer.