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

git-svn-id: https://develop.svn.wordpress.org/trunk@26522 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2013-12-02 07:19:40 +00:00
parent 63a4a1b10c
commit ca6e76914f
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
<p class="theme-description">{{{ data.description }}}</p>
<# if ( data.parent ) { #>
<p class="parent-theme"><?php printf( __( 'This is a child theme of <strong>%s</strong>.' ), '{{{ data.parent }}}' ); ?></p>
<p class="parent-theme"><?php printf( __( 'This is a child theme of %s.' ), '<strong>{{{ data.parent }}}</strong>' ); ?></p>
<# } #>
<# if ( data.tags ) { #>