From f5abf813694a06cf19a3f494404dc3e2e842c278 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 24 May 2010 20:46:27 +0000 Subject: [PATCH] Help for edit.php. see #13467 git-svn-id: http://svn.automattic.com/wordpress/trunk@14855 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 252b9065b..73e3b7396 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']) )