Install/upgrade: Remove Gutenberg plugin deactivation from upgrade process.

The Gutenberg plugin will not be deactivated on sites upgrading to WordPress 5.1. This deprecates the `upgrade_500_was_gutenberg_active` option and the `upgrade_500()` function as they are no longer required.

Props peterwilsoncc.
Fixes #46029.



git-svn-id: https://develop.svn.wordpress.org/trunk@44732 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson
2019-02-08 00:15:54 +00:00
parent d2f41560d3
commit ef74cf5c56
2 changed files with 13 additions and 19 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $wp_version = '5.1-beta3-44721-src';
*
* @global int $wp_db_version
*/
$wp_db_version = 44467;
$wp_db_version = 44719;
/**
* Holds the TinyMCE version