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:
Jb Audras 2021-12-12 17:55:03 +00:00
parent 0a346a22ba
commit d9261b5d2b

View File

@ -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;