Use the html entity for the smart quote. Fixes #9058 props rmccue.

git-svn-id: https://develop.svn.wordpress.org/trunk@10657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2009-02-27 08:43:48 +00:00
parent e9fd5a004a
commit e9cf7ea892
1 changed files with 1 additions and 1 deletions

View File

@ -3403,7 +3403,7 @@ function add_contextual_help($screen, $help) {
function drag_drop_help() {
return '
<p>' . __('Most of the modules on this screen can be moved. If you hover your mouse over the title bar of a module youll 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.') . '</p>
<p>' . __('Most of the modules on this screen can be moved. If you hover your mouse over the title bar of a module you&rsquo;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.') . '</p>
<p>' . __('The same modules can be expanded and collapsed by clicking once on their title bar and also completely hidden from the Screen Options tab.') . '</p>
';
}