- Timestamp:
- 04/01/2019 11:54:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r43571 r45080 242 242 if ( $theme->parent() ) { 243 243 printf( 244 /* translators: %s: link to documentation on child themes */ 244 245 ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>', 245 __( 'https:// codex.wordpress.org/Child_Themes' ),246 __( 'https://developer.wordpress.org/themes/advanced-topics/child-themes/' ), 246 247 $theme->parent()->display( 'Name' ) 247 248 );
Note: See TracChangeset
for help on using the changeset viewer.