| 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 | | |