From b008754486fd772a51085aaf11289d9731996301 Mon Sep 17 00:00:00 2001 From: Mel Choyce Date: Tue, 24 Oct 2017 18:47:47 +0000 Subject: [PATCH] Code Editors: Update copy in warning modals. Props helen. See #42100. Built from https://develop.svn.wordpress.org/trunk@41996 git-svn-id: http://core.svn.wordpress.org/trunk@41830 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/plugin-editor.php | 4 ++-- wp-admin/theme-editor.php | 9 +++++---- wp-includes/version.php | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) 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.