diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index e3a9219c33..b664cec905 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -185,6 +185,20 @@ if ( $file_description != $file_show ) {
get_error_message() ? $edit_error->get_error_message() : $edit_error->get_error_code() ); ?>
+ +
+

+

+ 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 9e449422e3..6547556667 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-42012'; +$wp_version = '4.9-beta3-42013'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.