diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 2a4b6797d7..a016df5269 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -1056,8 +1056,6 @@ final class _WP_Editors { __( 'When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' ), 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' => __( 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' ), - 'The following formatting shortcuts are replaced when pressing Enter.' => - __( 'The following formatting shortcuts are replaced when pressing Enter.' ), ); /** diff --git a/wp-includes/version.php b/wp-includes/version.php index e346534760..ff741e5551 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33508'; +$wp_version = '4.3-beta4-33509'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.