mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Document the global used in upgrade_590() function.
Follow-up to [51917]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@52360 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0a346a22ba
commit
d9261b5d2b
@ -2261,6 +2261,8 @@ function upgrade_560() {
|
||||
*
|
||||
* @ignore
|
||||
* @since 5.9.0
|
||||
*
|
||||
* @global int $wp_current_db_version The old (current) database version.
|
||||
*/
|
||||
function upgrade_590() {
|
||||
global $wp_current_db_version;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user