Merge "Add Special:UserLogin/signup to search suggestions"
This commit is contained in:
commit
c879d5be2c
1 changed files with 3 additions and 0 deletions
|
|
@ -1758,4 +1758,7 @@ class LoginForm extends SpecialPage {
|
|||
return $expired;
|
||||
}
|
||||
|
||||
protected function getSubpagesForPrefixSearch() {
|
||||
return array( 'signup' );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue