Make WordPress Core


Ignore:
Timestamp:
12/02/2013 07:19:40 AM (11 years ago)
Author:
dd32
Message:

Themes: Remove some HTML from a new string and put it in the replacement value instead. See #25948

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/themes.php

    r26520 r26522  
    281281   
    282282                <# if ( data.parent ) { #>
    283                     <p class="parent-theme"><?php printf( __( 'This is a child theme of <strong>%s</strong>.' ), '{{{ data.parent }}}' ); ?></p>
     283                    <p class="parent-theme"><?php printf( __( 'This is a child theme of %s.' ), '<strong>{{{ data.parent }}}</strong>' ); ?></p>
    284284                <# } #>
    285285   
Note: See TracChangeset for help on using the changeset viewer.