Make WordPress Core

Ticket #13467: remove-plugin_search_help.diff

File remove-plugin_search_help.diff, 794 bytes (added by duck_, 14 years ago)
  • wp-admin/includes/template.php

     
    36893689';
    36903690}
    36913691
    3692 function plugins_search_help() {
    3693         return '
    3694         <p><strong>' . __('Search help') . '</strong></p>' .
    3695         '<p>' . __('You may search based on 3 criteria:') . '<br />' .
    3696         __('<strong>Term:</strong> Searches theme names and descriptions for the specified term.') . '<br />' .
    3697         __('<strong>Tag:</strong> Searches for themes tagged as such.') . '<br />' .
    3698         __('<strong>Author:</strong> Searches for themes created by the Author, or which the Author contributed to.') . '</p>
    3699 ';
    3700 }
    3701 
    37023692function screen_layout($screen) {
    37033693        global $screen_layout_columns;
    37043694