Make WordPress Core


Ignore:
Timestamp:
06/20/2020 11:16:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-paused-extensions-storage.php

    r47122 r48102  
    8181     *
    8282     * @param string $extension Plugin or theme directory name.
    83      *
    8483     * @return bool True on success, false on failure.
    8584     */
     
    122121     *
    123122     * @param string $extension Plugin or theme directory name.
    124      *
    125123     * @return array|null Error that is stored, or null if the extension is not paused.
    126124     */
Note: See TracChangeset for help on using the changeset viewer.