From 3965d4735cae0dae1a3fed75f8c38e8b0e67f85f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 29 Aug 2019 21:36:55 +0000 Subject: [PATCH] I18N: Add missing translator comment in help text on Reading Settings screen. Props garrett-eclipse. See #46708. Built from https://develop.svn.wordpress.org/trunk@45913 git-svn-id: http://core.svn.wordpress.org/trunk@45724 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-reading.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index ccc6d1fcac..005f1a9692 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -24,6 +24,7 @@ get_current_screen()->add_help_tab( 'title' => __( 'Overview' ), 'content' => '

' . __( 'This screen contains the settings that affect the display of your content.' ) . '

' . '

' . sprintf( + /* translators: %s: URL to Pages screen */ __( 'You can choose what’s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed.' ), 'post-new.php?post_type=page' ) . '

' . diff --git a/wp-includes/version.php b/wp-includes/version.php index f8eef6dead..c63586ae5d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45912'; +$wp_version = '5.3-alpha-45913'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.