Changeset 19470 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 11/28/2011 08:35:36 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r19469 r19470 1255 1255 if ( $wp_current_db_version < 19390 ) 1256 1256 update_site_option( 'initial_db_version', $wp_current_db_version ); 1257 if ( $wp_current_db_version < 19470 ) { 1258 if ( false === get_site_option( 'active_sitewide_plugins' ) ) 1259 update_site_option( 'active_sitewide_plugins', array() ); 1260 } 1257 1261 } 1258 1262
Note: See TracChangeset
for help on using the changeset viewer.