diff --git wp-admin/theme-editor.php wp-admin/theme-editor-new.php
index 5fdb881..f35d681 100644
old
|
new
|
if ( ! in_array( 'theme_editor_notice', $dismissed_pointers, true ) ) : |
342 | 342 | <?php |
343 | 343 | echo sprintf( |
344 | 344 | /* translators: %s: Codex URL */ |
345 | | __( '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 <a href="%s">making a child theme</a>.' ), |
| 345 | __( '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 <a href="%s" target="_blank">making a child theme</a>.' ), |
346 | 346 | esc_url( __( 'https://codex.wordpress.org/Child_Themes' ) ) |
347 | 347 | ); |
348 | 348 | ?> |