summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-admin/includes/update-core.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/wp-admin/includes/update-core.php')
-rw-r--r--src/wp-admin/includes/update-core.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wp-admin/includes/update-core.php b/src/wp-admin/includes/update-core.php
index f1731f9c8f..2d925afa63 100644
--- a/src/wp-admin/includes/update-core.php
+++ b/src/wp-admin/includes/update-core.php
@@ -1023,6 +1023,7 @@ $_new_bundled_files = array(
* @global string[] $_old_requests_files
* @global string[] $_new_bundled_files
* @global wpdb $wpdb WordPress database abstraction object.
+ * @global string $wp_version The WordPress version string.
*
* @param string $from New release unzipped path.
* @param string $to Path to old WordPress installation.