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
This commit is contained in:
parent
e9d1a9a539
commit
07ec966f17
@ -24,6 +24,7 @@ get_current_screen()->add_help_tab(
|
||||
'title' => __( 'Overview' ),
|
||||
'content' => '<p>' . __( 'This screen contains the settings that affect the display of your content.' ) . '</p>' .
|
||||
'<p>' . 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 <a href="%s">Pages</a>. One will become the homepage, and the other will be where your posts are displayed.' ),
|
||||
'post-new.php?post_type=page'
|
||||
) . '</p>' .
|
||||
|
Loading…
Reference in New Issue
Block a user