Changeset 48067 for trunk/src/wp-includes/update.php
- Timestamp:
- 06/16/2020 09:05:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r47778 r48067 10 10 * Check WordPress version against the newest version. 11 11 * 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. 15 16 * 16 17 * @since 2.3.0 18 * 17 19 * @global string $wp_version Used to check against the newest WordPress version. 18 20 * @global wpdb $wpdb WordPress database abstraction object. … … 252 254 * Check plugin versions against the latest versions hosted on WordPress.org. 253 255 * 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. 257 260 * 258 261 * @since 2.3.0 262 * 259 263 * @global string $wp_version The WordPress version string. 260 264 * … … 443 447 * Check theme versions against the latest versions hosted on WordPress.org. 444 448 * 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. 448 453 * 449 454 * @since 2.7.0 455 * 450 456 * @global string $wp_version The WordPress version string. 451 457 *
Note: See TracChangeset
for help on using the changeset viewer.