Make WordPress Core


Ignore:
Timestamp:
11/27/2017 03:52:21 AM (7 years ago)
Author:
dd32
Message:

Theme Editor: Translate the URL to the Child Themes Codex page.

Props odysseygate, johnpgreen.
Merges [42247] to the 4.9 branch.
Fixes #42454.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/theme-editor.php

    r42156 r42248  
    323323                        /* translators: %s: Codex URL */
    324324                        __( '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>.' ),
    325                         esc_url( 'https://codex.wordpress.org/Child_Themes' )
     325                        esc_url( __( 'https://codex.wordpress.org/Child_Themes' ) )
    326326                    );
    327327                    ?>
Note: See TracChangeset for help on using the changeset viewer.