Changeset 26522 for trunk/src/wp-admin/themes.php
- Timestamp:
- 12/02/2013 07:19:40 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r26520 r26522 281 281 282 282 <# 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> 284 284 <# } #> 285 285
Note: See TracChangeset
for help on using the changeset viewer.