diff --git a/wp-admin/includes/class-wp-themes-list-table.php b/wp-admin/includes/class-wp-themes-list-table.php index 480ddb673b..fb8d131f5b 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: 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' ) diff --git a/wp-includes/version.php b/wp-includes/version.php index bb2cb2bc18..b54b86405d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta2-46389'; +$wp_version = '5.3-beta2-46390'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.