Make WordPress Core


Ignore:
Timestamp:
12/01/2011 12:52:31 AM (14 years ago)
Author:
nacin
Message:

Help text tweaks for the Settings screens. props jane. see #19020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-reading.php

    r19472 r19507  
    4343
    4444get_current_screen()->add_help_tab( array(
    45     'id'      => 'options-reading',
    46     'title'   => __('Reading Options'),
     45    'id'      => 'overview',
     46    'title'   => __('Overview'),
    4747    'content' => '<p>' . __('This screen contains the settings that affect the display of your content.') . '</p>' .
    4848        '<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>' .
Note: See TracChangeset for help on using the changeset viewer.