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-includes/update.php

    r47778 r48067  
    1010 * Check WordPress version against the newest version.
    1111 *
    12  * The WordPress version, PHP version, and Locale is sent. Checks against the
    13  * WordPress server at api.wordpress.org server. Will only check if WordPress
    14  * isn't installing.
     12 * The WordPress version, PHP version, and locale is sent.
     13 *
     14 * Checks against the WordPress server at api.wordpress.org. Will only check
     15 * if WordPress isn't installing.
    1516 *
    1617 * @since 2.3.0
     18 *
    1719 * @global string $wp_version       Used to check against the newest WordPress version.
    1820 * @global wpdb   $wpdb             WordPress database abstraction object.
     
    252254 * Check plugin versions against the latest versions hosted on WordPress.org.
    253255 *
    254  * The WordPress version, PHP version, and Locale is sent along with a list of
    255  * all plugins installed. Checks against the WordPress server at
    256  * api.wordpress.org. Will only check if WordPress isn't installing.
     256 * A list of all plugins installed is sent to WP, along with the site locale.
     257 *
     258 * Checks against the WordPress server at api.wordpress.org. Will only check
     259 * if WordPress isn't installing.
    257260 *
    258261 * @since 2.3.0
     262 *
    259263 * @global string $wp_version The WordPress version string.
    260264 *
     
    443447 * Check theme versions against the latest versions hosted on WordPress.org.
    444448 *
    445  * A list of all themes installed in sent to WP. Checks against the
    446  * WordPress server at api.wordpress.org. Will only check if WordPress isn't
    447  * installing.
     449 * A list of all themes installed is sent to WP, along with the site locale.
     450 *
     451 * Checks against the WordPress server at api.wordpress.org. Will only check
     452 * if WordPress isn't installing.
    448453 *
    449454 * @since 2.7.0
     455 *
    450456 * @global string $wp_version The WordPress version string.
    451457 *
Note: See TracChangeset for help on using the changeset viewer.