phpdoc corrections from jacobsantos. see #7918

git-svn-id: https://develop.svn.wordpress.org/trunk@9243 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-18 20:46:30 +00:00
parent a612119693
commit b406bec607
10 changed files with 110 additions and 44 deletions
+6 -1
View File
@@ -156,7 +156,12 @@ function install_dashboard() {
echo wp_generate_tag_cloud($tags, array( 'single_text' => __('%d plugin'), 'multiple_text' => __('%d plugins') ) );
}
function install_search_form($after_submit = '') {
/**
* Display search form for searching plugins.
*
* @since 2.7.0
*/
function install_search_form(){
$type = isset($_REQUEST['type']) ? $_REQUEST['type'] : '';
$term = isset($_REQUEST['s']) ? $_REQUEST['s'] : '';