Changeset 47230 for trunk/src/wp-includes/update.php
- Timestamp:
- 02/10/2020 03:28:20 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/update.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r47198 r47230 17 17 * @global string $wp_version Used to check against the newest WordPress version. 18 18 * @global wpdb $wpdb WordPress database abstraction object. 19 * @global string $wp_local_package 19 * @global string $wp_local_package Locale code of the package. 20 20 * 21 21 * @param array $extra_stats Extra statistics to report to the WordPress.org API. … … 252 252 * 253 253 * @since 2.3.0 254 * @global string $wp_version Used to notify the WordPress version.254 * @global string $wp_version The WordPress version string. 255 255 * 256 256 * @param array $extra_stats Extra statistics to report to the WordPress.org API. … … 433 433 * 434 434 * @since 2.7.0 435 * @global string $wp_version The WordPress version string. 435 436 * 436 437 * @param array $extra_stats Extra statistics to report to the WordPress.org API. … … 726 727 * @since 2.8.0 727 728 * 728 * @global string $wp_version 729 * @global string $wp_version The WordPress version string. 729 730 */ 730 731 function _maybe_update_core() {
Note: See TracChangeset
for help on using the changeset viewer.