Changeset 44264 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 12/17/2018 04:35:32 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43913,43921-43922,43937-43938,43946-43947,43952-43953,43967-43969
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/includes/upgrade.php
r44168 r44264 2107 2107 return; 2108 2108 } 2109 2110 $was_active = is_plugin_active( 'gutenberg/gutenberg.php' ); 2111 if ( $was_active ) { 2112 // FIXME: Leave until 501 or 510 to clean up. 2113 update_site_option( 'upgrade_500_was_gutenberg_active', '1' ); 2114 } 2115 2109 2116 deactivate_plugins( array( 'gutenberg/gutenberg.php' ), true ); 2110 2117 }
Note: See TracChangeset
for help on using the changeset viewer.