Make WordPress Core


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

Help tweaks for comments, media, edit.php, update-core.php. props jane, see #19020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r19445 r19511  
    150150
    151151if ( 'post' == $post_type ) {
    152 
    153     get_current_screen()->add_help_tab( array(
    154     'id'        => 'layout',
    155     'title'     => __('Layout'),
     152    get_current_screen()->add_help_tab( array(
     153    'id'        => 'overview',
     154    'title'     => __('Overview'),
    156155    'content'   =>
    157         '<p>' . __('You can customize the display of this screen in a number of ways:') . '</p>' .
     156        '<p>' . __('This screen provides access to all of your posts. You can customize the display of this screen to suit your workflow.') . '</p>'
     157    ) );
     158    get_current_screen()->add_help_tab( array(
     159    'id'        => 'screen-content',
     160    'title'     => __('Screen Content'),
     161    'content'   =>
     162        '<p>' . __('You can customize the display of this screen&#8217;s contents in a number of ways:') . '</p>' .
    158163        '<ul>' .
    159164            '<li>' . __('You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen Options tab.') . '</li>' .
     
    165170    get_current_screen()->add_help_tab( array(
    166171    'id'        => 'action-links',
    167     'title'     => __('Action Links'),
     172    'title'     => __('Available Actions'),
    168173    'content'   => 
    169174        '<p>' . __('Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:') . '</p>' .
     
    176181    ) );
    177182    get_current_screen()->add_help_tab( array(
    178     'id'        => 'edit-multiple-posts',
    179     'title'     => __('Edit Multiple Posts'),
     183    'id'        => 'bulk-actions',
     184    'title'     => __('Bulk Actions'),
    180185    'content'   =>
    181         '<p>' . __('You can also edit multiple posts at once. Select the posts you want to edit using the checkboxes, select Edit from the Bulk Actions menu and click Apply. You will be able to change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.') . '</p>'
     186        '<p>' . __('You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.') . '</p>' .
     187                '<p>' . __('When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.') . '</p>'
    182188    ) );
    183189
Note: See TracChangeset for help on using the changeset viewer.