diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index d7fb4bf7d2..783194bddd 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -298,8 +298,8 @@ if ( ! in_array( 'plugin_editor_notice', $dismissed_pointers, true ) ) :

-

-

+

+

diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index 360045be2d..e3a9219c33 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -306,13 +306,14 @@ if ( ! in_array( 'theme_editor_notice', $dismissed_pointers, true ) ) :

built in CSS editor.' ), - esc_url( add_query_arg( 'autofocus[section]', 'custom_css', admin_url( 'customize.php' ) ) ) + /* translators: %s: Codex URL */ + __( 'You appear to be making direct edits to your theme in the WordPress dashboard. We recommend that you don’t! Editing your theme directly could break your site and your changes may be lost in future updates. If you need to tweak more than your theme’s CSS, you might want to try making a child theme.' ), + esc_url( 'https://codex.wordpress.org/Child_Themes' ) ); ?>

-

+

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index bcc51f5d35..b20226e424 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-41995'; +$wp_version = '4.9-beta3-41996'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.