From eaaa8c7dc6b9424af5d9f45c4e70d1f2e23c7188 Mon Sep 17 00:00:00 2001 From: lonelyvegan Date: Thu, 22 Nov 2018 15:24:45 +0000 Subject: [PATCH] Help/About: Add copy for new block editor. Adds information about the new block editor (Gutenberg) and the Classic Editor to the about page. Props @pixelverbieger, @ocean90, @melchoyce, @boemedia, @sami.keijonen, @TimothyBlynJacobs, @xkon, @afercia, @Otto42, @pento. Fixes #45178. Built from https://develop.svn.wordpress.org/branches/5.0@43937 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43769 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 41 ++++++++++++++++++++++++++++------------- wp-admin/credits.php | 2 +- wp-admin/freedoms.php | 2 +- wp-includes/version.php | 2 +- 4 files changed, 31 insertions(+), 16 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 20df61f8e6..9d55c56b46 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -35,7 +35,15 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); file_exists( WP_PLUGIN_DIR . '/gutenberg/gutenberg.php' ) ) : ?>
- ', '' ); ?> + ', + '' + ); + ?>

@@ -219,11 +227,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); -

-
- + +
+
+ +
-
+ +
@@ -264,11 +275,13 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
-
- + +
+
+ +
-
+
@@ -315,10 +328,12 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

-
- -
+

+ +
+ +
+
diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 1ec2d6702f..a234b20ed4 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -20,7 +20,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 229137a600..163c2402ac 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -22,7 +22,7 @@ $is_privacy_notice = isset( $_GET['privacy-notice'] );

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 6df0fc5e3b..76611ad80b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-beta5-43936'; +$wp_version = '5.0-beta5-43937'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.