Help/About: Fix typo in help text on Reading Settings screen.
Props Arena94, bhargavbhandari90. Fixes #40530. Built from https://develop.svn.wordpress.org/trunk@40540 git-svn-id: http://core.svn.wordpress.org/trunk@40416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
975d00bd54
commit
2e6e53d26f
|
@ -22,7 +22,7 @@ get_current_screen()->add_help_tab( array(
|
|||
'title' => __('Overview'),
|
||||
'content' => '<p>' . __('This screen contains the settings that affect the display of your content.') . '</p>' .
|
||||
'<p>' . sprintf(__('You can choose what’s displayed on the front page of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static home page, you first need to create two <a href="%s">Pages</a>. One will become the front page, and the other will be where your posts are displayed.'), 'post-new.php?post_type=page') . '</p>' .
|
||||
'<p>' . __('You can also control the display of your content in RSS feeds, including the maximum numbers of posts to display and whether to show full text or a summary.') . '</p>' .
|
||||
'<p>' . __('You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or a summary.') . '</p>' .
|
||||
'<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
|
||||
) );
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-alpha-40539';
|
||||
$wp_version = '4.8-alpha-40540';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue