From 1bb20da03b7cf5bb55276fffbc01268c1822058e Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 3 Dec 2014 22:00:29 +0000 Subject: [PATCH] Update better description of the Screen Options checkbox for DFW v2 and editor-expand. Props johnbillion, kpdesign, fixes #30557. Built from https://develop.svn.wordpress.org/trunk@30734 git-svn-id: http://core.svn.wordpress.org/trunk@30724 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/screen.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index 8a88b850d9..0482d783e0 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -975,7 +975,7 @@ final class WP_Screen { case 'post' : $expand = ''; + $expand .= __( 'Enable full-height editor and distraction-free functionality.' ) . ''; $this->_screen_settings = $expand; break; default: diff --git a/wp-includes/version.php b/wp-includes/version.php index be2bafad2e..814b4ff76d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30733'; +$wp_version = '4.1-beta2-30734'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.