Definition:
function plugins_search_help() {}
Source code
function plugins_search_help() { return ' <p><strong>' . __('Search help') . '</strong></p>' . '<p>' . __('You may search based on 3 criteria:') . '<br />' . __('<strong>Term:</strong> Searches theme names and descriptions for the specified term.') . '<br />' . __('<strong>Tag:</strong> Searches for themes tagged as such.') . '<br />' . __('<strong>Author:</strong> Searches for themes created by the Author, or which the Author contributed to.') . '</p> '; }
2513
No comments yet... Be the first to leave a reply!