I18N: Add missing comma in a translator comment.
See #47515. git-svn-id: https://develop.svn.wordpress.org/trunk@46390 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
84dc68a77f
commit
08ff597054
@ -281,7 +281,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
||||
<?php
|
||||
if ( $theme->parent() ) {
|
||||
printf(
|
||||
/* translators: 1: Link to documentation on child themes 2: Name of parent theme. */
|
||||
/* translators: 1: Link to documentation on child themes, 2: Name of parent theme. */
|
||||
' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>',
|
||||
__( 'https://developer.wordpress.org/themes/advanced-topics/child-themes/' ),
|
||||
$theme->parent()->display( 'Name' )
|
||||
|
Loading…
Reference in New Issue
Block a user