Skip to content

Commit 07ec966

Browse files
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
1 parent e9d1a9a commit 07ec966

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp-admin/options-reading.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'title' => __( 'Overview' ),
2525
'content' => '<p>' . __( 'This screen contains the settings that affect the display of your content.' ) . '</p>' .
2626
'<p>' . sprintf(
27+
/* translators: %s: URL to Pages screen */
2728
__( 'You can choose what&#8217;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 <a href="%s">Pages</a>. One will become the homepage, and the other will be where your posts are displayed.' ),
2829
'post-new.php?post_type=page'
2930
) . '</p>' .

0 commit comments

Comments
 (0)