Make WordPress Core


Ignore:
Timestamp:
06/16/2020 09:05:20 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r47855 r48067  
    1212 *
    1313 * @since 2.7.0
     14 *
    1415 * @global array $_old_files
    1516 * @var array
     
    13151316/**
    13161317 * Copies a directory from one location to another via the WordPress Filesystem Abstraction.
     1318 *
    13171319 * Assumes that WP_Filesystem() has already been called and setup.
    13181320 *
    1319  * This is a temporary function for the 3.1 -> 3.2 upgrade, as well as for those upgrading to
    1320  * 3.7+
     1321 * This is a temporary function for the 3.1 -> 3.2 upgrade, as well as for those
     1322 * upgrading to 3.7+.
    13211323 *
    13221324 * @ignore
    13231325 * @since 3.2.0
    1324  * @since 3.7.0 Updated not to use a regular expression for the skip list
     1326 * @since 3.7.0 Updated not to use a regular expression for the skip list.
     1327 *
    13251328 * @see copy_dir()
    13261329 *
Note: See TracChangeset for help on using the changeset viewer.