Make WordPress Core

Ticket #19020: help-settings-1130jw.patch

File help-settings-1130jw.patch, 10.8 KB (added by jane, 14 years ago)

Help updates for Settings section screens

  • wp-admin/options-privacy.php

     
    1616$parent_file = 'options-general.php';
    1717
    1818get_current_screen()->add_help_tab( array(
    19         'id'      => 'options-privacy',
    20         'title'   => __('Privacy Options'),
    21         'content' => '<p>' . __('You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the second option here. Note that your privacy is not complete; your site is still visible on the web.') . '</p>' .
    22                 '<p>' . __('When this setting is in effect a reminder is shown in the Right Now box of the Dashboard that says, &#8220;Search Engines Blocked,&#8221; to remind you that your site is not being crawled.') . '</p>' .
    23                 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
     19        'id'      => 'overview',
     20        'title'   => __('Overview'),
     21        'content' => '<p>' . __('You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the radio button next to &#8220;Ask search engines not to index this site&#8221; and click the Save Changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web.') . '</p>' .
     22                '<p>' . __('When this setting is in effect a reminder is shown in the Right Now box of the Dashboard that says, &#8220;Search Engines Blocked,&#8221; to remind you that your site is not being crawled.') . '</p>',
    2423) );
    2524
    2625get_current_screen()->set_help_sidebar(
  • wp-admin/options-general.php

     
    7070        '<p>' . __('Remember to click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>';
    7171
    7272get_current_screen()->add_help_tab( array(
    73         'id'      => 'options',
    74         'title'   => __('Options'),
     73        'id'      => 'overview',
     74        'title'   => __('Overview'),
    7575        'content' => $options_help,
    7676) );
    7777
  • wp-admin/options-media.php

     
    1616$parent_file = 'options-general.php';
    1717
    1818$media_options_help = '<p>' . __('You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.') . '</p>' .
    19         '<p>' . __('The Embed option allows you embed a video, image, or other media content into your content automatically by typing the URL (of the web page where the file lives) on its own line when you create your content.') . '</p>';
     19        '<p>' . __('The Embed option allows you embed a video, image, or other media content into your content automatically by typing the URL (of the web page where the file lives) on its own line when you create your content. If you do not set the maximum embed size, it will be automatically sized to fit into your content area.') . '</p>';
    2020
    2121if ( ! is_multisite() ) {
    22         $media_options_help .= '<p>' . __('Uploading Options gives you folder and path choices for storing your files in your installation&#8217;s directory.') . '</p>';
     22        $media_options_help .= '<p>' . __('Uploading Files allows you to choose the folder and path for storing your uploaded files.') . '</p>';
    2323}
    2424
    2525$media_options_help .= '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>';
    2626
    2727get_current_screen()->add_help_tab( array(
    28         'id'      => 'options-media',
    29         'title'   => __('Media Options'),
     28        'id'      => 'overview',
     29        'title'   => __('Overview'),
    3030        'content' => $media_options_help,
    3131) );
    3232
  • wp-admin/options-discussion.php

     
    1616$parent_file = 'options-general.php';
    1717
    1818get_current_screen()->add_help_tab( array(
    19         'id'      => 'options-discussion',
    20         'title'   => __('Discussion Options'),
     19        'id'      => 'overview',
     20        'title'   => __('Overview'),
    2121        'content' => '<p>' . __('This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won&#8217;t all fit here! :) Use the documentation links to get information on what each discussion setting does.') . '</p>' .
    2222                '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
    2323) );
  • wp-admin/options-reading.php

     
    4242add_action('admin_head', 'add_js');
    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>' .
    4949                '<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>' .
  • wp-admin/options-permalink.php

     
    1616$parent_file = 'options-general.php';
    1717
    1818get_current_screen()->add_help_tab( array(
    19         'id'      => 'options-permalinks',
    20         'title'   => __('Permalink Options'),
    21         'content' => '<p>' . __('This screen provides some common options for your default permalinks URL structure.') . '</p>' .
     19        'id'      => 'overview',
     20        'title'   => __('Overview'),
     21        'content' => '<p>' . __('Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change Ñ hence the name permalink.') . '</p>' .
     22                '<p>' . __('This screen provides allows you to choose your default permalink structure. You can choose from common settings or create custom URL structures.') . '</p>' .
     23                '<p>' . __('When making changes, you must click the Save Changes button at the bottom of the screen for the new settings to take effect.') . '</p>',
     24) );
     25
     26get_current_screen()->add_help_tab( array(
     27        'id'      => 'common-settings',
     28        'title'   => __('Common Settings'),
     29        'content' => '<p>' . __('Many people choose to use &#8220;pretty permalinks,&#8221; URLs that contain useful information such as the post title rather than generic post ID numbers. You can choose from any of the permalink formats under Common Settings, or can craft your own if you select Custom Structure.') . '</p>' .
    2230                '<p>' . __('If you pick an option other than Default, your general URL path with structure tags, terms surrounded by <code>%</code>, will also appear in the custom structure field and your path can be further modified there.') . '</p>' .
    2331                '<p>' . __('When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes <code>%category%</code> or <code>%tag%</code>.') . '</p>' .
    24                 '<p>' . __('The Optional fields let you customize the &#8220;category&#8221; and &#8220;tag&#8221; base names that will appear in archive URLs. For example, the page listing all posts in the &#8220;Uncategorized&#8221; category could be <code>/topics/uncategorized</code> instead of <code>/category/uncategorized</code>.') . '</p>' .
    2532                '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
    2633) );
    2734
     35get_current_screen()->add_help_tab( array(
     36        'id'      => 'custom-structures',
     37        'title'   => __('Custom Structures'),
     38        'content' => '<p>' . __('The Optional fields let you customize the &#8220;category&#8221; and &#8220;tag&#8221; base names that will appear in archive URLs. For example, the page listing all posts in the &#8220;Uncategorized&#8221; category could be <code>/topics/uncategorized</code> instead of <code>/category/uncategorized</code>.') . '</p>' .
     39                '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
     40) );
     41
    2842get_current_screen()->set_help_sidebar(
    2943        '<p><strong>' . __('For more information:') . '</strong></p>' .
    3044        '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_Screen" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' .
     
    176190        4 => $prefix . '/%postname%/',
    177191);
    178192?>
    179 <h3><?php _e('Common settings'); ?></h3>
     193<h3><?php _e('Common Settings'); ?></h3>
    180194<table class="form-table">
    181195        <tr>
    182196                <th><label><input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th>
  • wp-admin/options-writing.php

     
    1616$parent_file = 'options-general.php';
    1717
    1818get_current_screen()->add_help_tab( array(
    19         'id'      => 'options-writing',
    20         'title'   => __('Writing Options'),
    21         'content' => '<p>' . __('You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within these administration screens, while the rest control external publishing methods. For more information on any of these methods, use the documentation links.') . '</p>' .
     19        'id'      => 'overview',
     20        'title'   => __('Overview'),
     21        'content' => '<p>' . __('You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within the dashboard, while the rest control external publishing methods. For more information on any of these methods, use the documentation links.') . '</p>' .
    2222                '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
    2323) );
    2424