From 1c232307a02b640faf2de19dfe55ac100f3e423a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 24 May 2010 20:46:27 +0000 Subject: [PATCH] Help for edit.php. see #13467 git-svn-id: https://develop.svn.wordpress.org/trunk@14855 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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']) )