Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1036,7 +1036,7 @@ |
1037 | 1037 | $titleMatches: empty or SearchResultSet object |
1038 | 1038 | $textMatches: empty or SearchResultSet object |
1039 | 1039 | |
1040 | | -'SpecialSearchResults': called before search result display when there are no matches |
| 1040 | +'SpecialSearchNoResults': called before search result display when there are no matches |
1041 | 1041 | $term: string of search term |
1042 | 1042 | |
1043 | 1043 | 'SpecialVersionExtensionTypes': called when generating the extensions credits, use this to change the tables headers |
Index: trunk/phase3/includes/NamespaceCompat.php |
— | — | @@ -1,10 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -// For compatibility with extensions... |
5 | | -// Will still die on PHP 5.3, of course. :P |
6 | | - |
| 4 | +/** |
| 5 | + * For compatibility with extensions... |
| 6 | + * Will still die on PHP 5.3, of course. :P |
| 7 | + */ |
7 | 8 | class Namespace extends MWNamespace { |
8 | 9 | // .. |
9 | | -} |
10 | | - |
11 | | -?> |
\ No newline at end of file |
| 10 | +} |
\ No newline at end of file |
Index: trunk/phase3/includes/ImageGallery.php |
— | — | @@ -277,7 +277,7 @@ |
278 | 278 | } |
279 | 279 | |
280 | 280 | //TODO |
281 | | - //$ul = $sk->makeLink( $wgContLang->getNsText( Namespace::getUser() ) . ":{$ut}", $ut ); |
| 281 | + //$ul = $sk->makeLink( $wgContLang->getNsText( MWNamespace::getUser() ) . ":{$ut}", $ut ); |
282 | 282 | |
283 | 283 | if( $this->mShowBytes ) { |
284 | 284 | if( $img ) { |