From d38d1c2c35c6d5927b7e6041dc68a20a8ddde33d Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 4 Oct 2019 20:20:58 +0000 Subject: [PATCH] I18N: Fix translator comment for a themes list table string with numbered placeholders. Props garrett-eclipse. Fixes #47515. Built from https://develop.svn.wordpress.org/trunk@46387 git-svn-id: http://core.svn.wordpress.org/trunk@46186 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-themes-list-table.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-themes-list-table.php b/wp-admin/includes/class-wp-themes-list-table.php index 1e600cb632..480ddb673b 100644 --- a/wp-admin/includes/class-wp-themes-list-table.php +++ b/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' ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 1bd6171035..98b1668e2f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta2-46386'; +$wp_version = '5.3-beta2-46387'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.