From 08ff5970545a69de9739e62af05f789b9762ce81 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 4 Oct 2019 22:08:34 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/class-wp-themes-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 480ddb673b..fb8d131f5b 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: 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. */ '

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

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