Skip to content

Commit 1eb45ef

Browse files
Help/About: Fix typo in help text on Reading Settings screen.
Props Arena94, bhargavbhandari90. Fixes #40530. git-svn-id: https://develop.svn.wordpress.org/trunk@40540 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f5bf5ba commit 1eb45ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/options-reading.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'title' => __('Overview'),
2323
'content' => '<p>' . __('This screen contains the settings that affect the display of your content.') . '</p>' .
2424
'<p>' . sprintf(__('You can choose what&#8217;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>' .
25-
'<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>' .
25+
'<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>' .
2626
'<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
2727
) );
2828

0 commit comments

Comments
 (0)