From 98b042e189d2d223de00e4e23a88568d0ae026f0 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 29 Nov 2018 08:30:46 +0000 Subject: [PATCH] Help/About: Do not show the "Keep it Classic" section and the link to it at the top when the Classic Editor plugin is already installed. See #45178. Built from https://develop.svn.wordpress.org/branches/5.0@43947 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43779 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 44 +++++++++++++++++++++-------------------- wp-includes/version.php | 2 +- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 89f1b3cdad..22ec200fa0 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -45,7 +45,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ); ?> - +

@@ -317,30 +317,32 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
-
-

+ +
+
+

+
-
-
- -
- -
-
-

-

-

- -
- -
- +
+
-
-
+
+
+

+

+

+ +
+ +
+ +
+
+ +
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 142515f339..629b2768a9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-RC1-43946'; +$wp_version = '5.0-RC1-43947'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.