Changeset 19507 for trunk/wp-admin/options-reading.php
- Timestamp:
- 12/01/2011 12:52:31 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-reading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r19472 r19507 43 43 44 44 get_current_screen()->add_help_tab( array( 45 'id' => 'o ptions-reading',46 'title' => __(' Reading Options'),45 'id' => 'overview', 46 'title' => __('Overview'), 47 47 'content' => '<p>' . __('This screen contains the settings that affect the display of your content.') . '</p>' . 48 48 '<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>' .
Note: See TracChangeset
for help on using the changeset viewer.