- Timestamp:
- 10/04/2019 10:08:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r46387 r46390 282 282 if ( $theme->parent() ) { 283 283 printf( 284 /* translators: 1: Link to documentation on child themes 2: Name of parent theme. */284 /* translators: 1: Link to documentation on child themes, 2: Name of parent theme. */ 285 285 ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>', 286 286 __( 'https://developer.wordpress.org/themes/advanced-topics/child-themes/' ),
Note: See TracChangeset
for help on using the changeset viewer.