Changeset 15000 for trunk/wp-admin/options-reading.php
- Timestamp:
- 05/27/2010 07:05:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-reading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r14362 r15000 15 15 $title = __( 'Reading Settings' ); 16 16 $parent_file = 'options-general.php'; 17 18 add_contextual_help($current_screen, 19 '<p>' . __('This screen contains the settings that affect the display of your content.') . '</p>' . 20 '<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>' . 21 '<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>' . 22 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 23 '<p><strong>' . __('For more information:') . '</strong></p>' . 24 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_SubPanel">Reading Settings Documentation</a>') . '</p>' . 25 '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 26 ); 17 27 18 28 include( './admin-header.php' );
Note: See TracChangeset
for help on using the changeset viewer.