Changeset 60493
- Timestamp:
- 07/21/2025 07:17:10 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/update.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r60034 r60493 22 22 * @since 2.3.0 23 23 * 24 * @global string $wp_version Used to check against the newest WordPress version.25 24 * @global wpdb $wpdb WordPress database abstraction object. 26 25 * @global string $wp_local_package Locale code of the package. … … 317 316 * 318 317 * @since 2.3.0 319 *320 * @global string $wp_version The WordPress version string.321 318 * 322 319 * @param array $extra_stats Extra statistics to report to the WordPress.org API. … … 591 588 * @since 2.7.0 592 589 * 593 * @global string $wp_version The WordPress version string.594 *595 590 * @param array $extra_stats Extra statistics to report to the WordPress.org API. 596 591 */
Note: See TracChangeset
for help on using the changeset viewer.