diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index b664cec905..e31748d2c5 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -191,7 +191,7 @@ if ( $file_description != $file_show ) {

built-in CSS editor.' ), esc_url( add_query_arg( 'autofocus[section]', 'custom_css', admin_url( 'customize.php' ) ) ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 6547556667..920122f2dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-42013'; +$wp_version = '4.9-beta3-42014'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.