Index: trunk/phase3/skins/Vector.php |
— | — | @@ -250,7 +250,7 @@ |
251 | 251 | * |
252 | 252 | * @param $portals array |
253 | 253 | */ |
254 | | - private function renderPortals( $portals ) { |
| 254 | + protected function renderPortals( $portals ) { |
255 | 255 | // Force the rendering of the following portals |
256 | 256 | if ( !isset( $portals['SEARCH'] ) ) { |
257 | 257 | $portals['SEARCH'] = true; |
— | — | @@ -292,7 +292,7 @@ |
293 | 293 | * @param $msg null|string |
294 | 294 | * @param $hook null|string|array |
295 | 295 | */ |
296 | | - private function renderPortal( $name, $content, $msg = null, $hook = null ) { |
| 296 | + protected function renderPortal( $name, $content, $msg = null, $hook = null ) { |
297 | 297 | if ( $msg === null ) { |
298 | 298 | $msg = $name; |
299 | 299 | } |
— | — | @@ -330,7 +330,7 @@ |
331 | 331 | * |
332 | 332 | * @param $elements array |
333 | 333 | */ |
334 | | - private function renderNavigation( $elements ) { |
| 334 | + protected function renderNavigation( $elements ) { |
335 | 335 | global $wgVectorUseSimpleSearch; |
336 | 336 | |
337 | 337 | // If only one element was given, wrap it in an array, allowing more |
Index: trunk/phase3/CREDITS |
— | — | @@ -95,6 +95,7 @@ |
96 | 96 | * Brianna Laugher |
97 | 97 | * Carlin |
98 | 98 | * Carsten Nielsen |
| 99 | +* Christian Neubauer |
99 | 100 | * Conrad Irwin |
100 | 101 | * cryptocoryne |
101 | 102 | * Dan Barrett |