From 402c4609ff81695a1142e61674eeaf84168c5584 Mon Sep 17 00:00:00 2001 From: westi Date: Fri, 27 Feb 2009 08:43:48 +0000 Subject: [PATCH] Use the html entity for the smart quote. Fixes #9058 props rmccue. git-svn-id: http://svn.automattic.com/wordpress/trunk@10657 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 1a2730170f..41d81b4256 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -3403,7 +3403,7 @@ function add_contextual_help($screen, $help) { function drag_drop_help() { return ' -

' . __('Most of the modules on this screen can be moved. If you hover your mouse over the title bar of a module you’ll notice the 4 arrow cursor appears to let you know it is movable. Click on it, hold down the mouse button and start dragging the module to a new location. As you drag the module, notice the dotted gray box that also moves. This box indicates where the module will be placed when you release the mouse button.') . '

+

' . __('Most of the modules on this screen can be moved. If you hover your mouse over the title bar of a module you’ll notice the 4 arrow cursor appears to let you know it is movable. Click on it, hold down the mouse button and start dragging the module to a new location. As you drag the module, notice the dotted gray box that also moves. This box indicates where the module will be placed when you release the mouse button.') . '

' . __('The same modules can be expanded and collapsed by clicking once on their title bar and also completely hidden from the Screen Options tab.') . '

'; }