diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 252b9065bd..73e3b7396b 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -155,6 +155,24 @@ else $num_pages = $wp_query->max_num_pages; $title = $post_type_object->labels->name; + +add_contextual_help($current_screen, '

' . __('You can customize the display of this screen in a number of ways:') . '

' . + '' . + '

' . __('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:') . '

' . + '' . + '

' . __('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.') . '

' +); + require_once('./admin-header.php'); if ( empty($_GET['mode']) )