Docs: Improve documentation for upgrade_450()
, introduced in [36180].
See #27772, #35323. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36825 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7612a6f488
commit
c6be176807
@ -1663,13 +1663,13 @@ function upgrade_440() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Execute changes made in WordPress 4.5.0
|
||||
* Executes changes made in WordPress 4.5.0.
|
||||
*
|
||||
* @ignore
|
||||
* @since 4.5.0
|
||||
*
|
||||
* @global int $wp_current_db_version
|
||||
* @global wpdb $wpdb
|
||||
* @global int $wp_current_db_version Current database version.
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*/
|
||||
function upgrade_450() {
|
||||
global $wp_current_db_version, $wpdb;
|
||||
|
Loading…
Reference in New Issue
Block a user