diff --git a/src/wp-admin/includes/class-wp-themes-list-table.php b/src/wp-admin/includes/class-wp-themes-list-table.php index 1e600cb632..480ddb673b 100644 --- a/src/wp-admin/includes/class-wp-themes-list-table.php +++ b/src/wp-admin/includes/class-wp-themes-list-table.php @@ -281,7 +281,7 @@ class WP_Themes_List_Table extends WP_List_Table { parent() ) { printf( - /* translators: %s: Link to documentation on child themes. */ + /* translators: 1: Link to documentation on child themes 2: Name of parent theme. */ '

' . __( 'This child theme requires its parent theme, %2$s.' ) . '

', __( 'https://developer.wordpress.org/themes/advanced-topics/child-themes/' ), $theme->parent()->display( 'Name' )