From 07ec966f1774eb2b087de1d3b2fbeeebd451b410 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 29 Aug 2019 21:36:00 +0000 Subject: [PATCH] I18N: Add missing translator comment in help text on Reading Settings screen. Props garrett-eclipse. See #46708. git-svn-id: https://develop.svn.wordpress.org/trunk@45913 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-reading.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/options-reading.php b/src/wp-admin/options-reading.php index ccc6d1fcac..005f1a9692 100644 --- a/src/wp-admin/options-reading.php +++ b/src/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' ) . '

' .