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.