mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Cut 'em out, move 'em on, trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@15116 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -15,7 +15,7 @@ if ( ! current_user_can( 'manage_options' ) )
|
||||
$title = __( 'Reading Settings' );
|
||||
$parent_file = 'options-general.php';
|
||||
|
||||
add_contextual_help($current_screen,
|
||||
add_contextual_help($current_screen,
|
||||
'<p>' . __('This screen contains the settings that affect the display of your content.') . '</p>' .
|
||||
'<p>' . __('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="post-new.php?post_type=page">Pages</a>. One will become the front page, and the other will be where your posts are displayed.') . '</p>' .
|
||||
'<p>' . __('You can also control the display of your content in RSS feeds, including the maximum numbers of posts to display, whether to show full text or a summary, and the character set encoding.') . '</p>' .
|
||||
|
||||
Reference in New Issue
Block a user