Ticket #47515: 47515.3.diff
| File 47515.3.diff, 756 bytes (added by , 7 years ago) |
|---|
-
src/wp-admin/includes/class-wp-themes-list-table.php
281 281 <?php 282 282 if ( $theme->parent() ) { 283 283 printf( 284 /* translators: %s: Link to documentation on child themes. */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/' ), 287 287 $theme->parent()->display( 'Name' )