- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r30679 r32116 214 214 <?php if ( $theme->parent() ) { 215 215 printf( ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>', 216 __( 'http ://codex.wordpress.org/Child_Themes' ),216 __( 'https://codex.wordpress.org/Child_Themes' ), 217 217 $theme->parent()->display( 'Name' ) ); 218 218 } ?>
Note: See TracChangeset
for help on using the changeset viewer.