Merge "Fix whitespace issues around parentheses"
[lhc/web/wiklou.git] / includes / specials / SpecialLinkSearch.php
index 0c02628..7ffaf48 100644 (file)
@@ -140,6 +140,7 @@ class LinkSearchPage extends QueryPage {
                                        'label-message' => 'linksearch-ns',
                                        'default' => $namespace,
                                        'id' => 'namespace',
+                                       'all' => '',
                                        'cssclass' => 'namespaceselector',
                                ),
                        );
@@ -154,6 +155,7 @@ class LinkSearchPage extends QueryPage {
                $htmlForm->setAction( wfScript() );
                $htmlForm->setMethod( 'get' );
                $htmlForm->prepareForm()->displayForm( false );
+               $this->addHelpLink( 'Help:Linksearch' );
 
                if ( $target != '' ) {
                        $this->setParams( array(