diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php
index 2bff930401..bfbc547acf 100644
--- a/wp-includes/class-wp-editor.php
+++ b/wp-includes/class-wp-editor.php
@@ -1412,10 +1412,10 @@ final class _WP_Editors {
-
+
+
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index cc7cb76809..dc61f82935 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.5-RC1-37159';
+$wp_version = '4.5-RC1-37160';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.