Make WordPress Core


Ignore:
Timestamp:
11/02/2011 03:12:37 AM (12 years ago)
Author:
ryan
Message:

Use add_help_sidebar(). see #19020

File:
1 edited

Legend:

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

    r17923 r19111  
    4646    '<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>' .
    4747    '<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>' .
    48     '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
     48    '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>'
     49);
     50
     51get_current_screen()->add_help_sidebar(
    4952    '<p><strong>' . __('For more information:') . '</strong></p>' .
    5053    '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.