Make WordPress Core

Changeset 16426


Ignore:
Timestamp:
11/17/2010 04:41:26 PM (15 years ago)
Author:
scribu
Message:

Remove drag_drop_help() and plugins_search_help(). Fixes #15451

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r16368 r16426  
    17841784}
    17851785
    1786 function drag_drop_help() {
    1787     return '
    1788     <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>
    1789     <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>
    1790 ';
    1791 }
    1792 
    1793 function plugins_search_help() {
    1794     return '
    1795     <p><strong>' . __('Search help') . '</strong></p>' .
    1796     '<p>' . __('You may search based on 3 criteria:') . '<br />' .
    1797     __('<strong>Term:</strong> Searches theme names and descriptions for the specified term.') . '<br />' .
    1798     __('<strong>Tag:</strong> Searches for themes tagged as such.') . '<br />' .
    1799     __('<strong>Author:</strong> Searches for themes created by the Author, or which the Author contributed to.') . '</p>
    1800 ';
    1801 }
    1802 
    18031786function screen_layout($screen) {
    18041787    global $screen_layout_columns, $wp_current_screen_options;
Note: See TracChangeset for help on using the changeset viewer.