Changeset 43921 for branches/5.0/src/wp-admin/includes/upgrade.php
- Timestamp:
- 11/21/2018 04:34:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/includes/upgrade.php
r43912 r43921 1825 1825 return; 1826 1826 } 1827 1828 $was_active = is_plugin_active( 'gutenberg/gutenberg.php' ); 1829 if ( $was_active ) { 1830 // FIXME: Leave until 501 or 510 to clean up. 1831 update_site_option( 'upgrade_500_was_gutenberg_active', '1' ); 1832 } 1833 1827 1834 deactivate_plugins( array( 'gutenberg/gutenberg.php' ), true ); 1828 1835 }
Note: See TracChangeset
for help on using the changeset viewer.