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
This commit is contained in:
parent
7caac01470
commit
3965d4735c
|
@ -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>' .
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue