Make WordPress Core

Ticket #44007: 44007.diff

File 44007.diff, 1.1 KB (added by subrataemfluence, 6 years ago)
  • wp-admin/

    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 ) ) : 
    342342                                        <?php
    343343                                        echo sprintf(
    344344                                                /* translators: %s: Codex URL */
    345                                                 __( 'You appear to be making direct edits to your theme in the WordPress dashboard. We recommend that you don&#8217;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&#8217;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&#8217;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&#8217;s CSS, you might want to try <a href="%s" target="_blank">making a child theme</a>.' ),
    346346                                                esc_url( __( 'https://codex.wordpress.org/Child_Themes' ) )
    347347                                        );
    348348                                        ?>