Skip to content

Commit a9474dc

Browse files
committed
Coding Standards: Add missing global variable docblock in /wp-admin/network/upgrade.php.
Props upadalavipul. git-svn-id: https://develop.svn.wordpress.org/trunk@60095 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 50bb23e commit a9474dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wp-admin/network/upgrade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ function nextpage() {
135135
break;
136136
case 'show':
137137
default:
138+
/**
139+
* @global int $wp_db_version WordPress database version.
140+
*/
138141
if ( (int) get_site_option( 'wpmu_upgrade_site' ) !== $GLOBALS['wp_db_version'] ) :
139142
?>
140143
<h2><?php _e( 'Database Update Required' ); ?></h2>

0 commit comments

Comments
 (0)