Docs: Document the global used in `upgrade_590()` function.
Follow-up to [51917]. See #53399. Built from https://develop.svn.wordpress.org/trunk@52360 git-svn-id: http://core.svn.wordpress.org/trunk@51952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
02e384322f
commit
f4683efbc9
|
@ -2261,6 +2261,8 @@ function upgrade_560() {
|
||||||
*
|
*
|
||||||
* @ignore
|
* @ignore
|
||||||
* @since 5.9.0
|
* @since 5.9.0
|
||||||
|
*
|
||||||
|
* @global int $wp_current_db_version The old (current) database version.
|
||||||
*/
|
*/
|
||||||
function upgrade_590() {
|
function upgrade_590() {
|
||||||
global $wp_current_db_version;
|
global $wp_current_db_version;
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.9-beta2-52359';
|
$wp_version = '5.9-beta2-52360';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue