Skip to content

Commit 4825d0a

Browse files
Docs: Document the $wp_version global in update_core().
Follow-up to [17576], [22226], [31124], [32643], [39687]. Props upadalavipul, mukesh27, johnbillion, SergeyBiryukov. Fixes #63496. git-svn-id: https://develop.svn.wordpress.org/trunk@60265 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5b00378 commit 4825d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-admin/includes/update-core.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,7 @@
10231023
* @global string[] $_old_requests_files
10241024
* @global string[] $_new_bundled_files
10251025
* @global wpdb $wpdb WordPress database abstraction object.
1026+
* @global string $wp_version The WordPress version string.
10261027
*
10271028
* @param string $from New release unzipped path.
10281029
* @param string $to Path to old WordPress installation.

0 commit comments

Comments
 (0)