Docs: Improve documentation for `upgrade_450()`, introduced in [36180].
See #27772, #35323. See #35986. Built from https://develop.svn.wordpress.org/trunk@36825 git-svn-id: http://core.svn.wordpress.org/trunk@36792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9b531bb473
commit
56fb3cc08d
|
@ -1663,13 +1663,13 @@ function upgrade_440() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Execute changes made in WordPress 4.5.0
|
* Executes changes made in WordPress 4.5.0.
|
||||||
*
|
*
|
||||||
* @ignore
|
* @ignore
|
||||||
* @since 4.5.0
|
* @since 4.5.0
|
||||||
*
|
*
|
||||||
* @global int $wp_current_db_version
|
* @global int $wp_current_db_version Current database version.
|
||||||
* @global wpdb $wpdb
|
* @global wpdb $wpdb WordPress database abstraction object.
|
||||||
*/
|
*/
|
||||||
function upgrade_450() {
|
function upgrade_450() {
|
||||||
global $wp_current_db_version, $wpdb;
|
global $wp_current_db_version, $wpdb;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-beta2-36824';
|
$wp_version = '4.5-beta2-36825';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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