r70673 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70672‎ | r70673 | r70674 >
Date:07:06, 8 August 2010
Author:jeroendedauw
Status:ok
Tags:
Comment:
Fixed mistake in docs
Modified paths:
  • /trunk/phase3/includes/specials/SpecialVersion.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialVersion.php
@@ -278,11 +278,11 @@
279279 /**
280280 * Creates and formats the creidts for a single extension and returns this.
281281 *
282 - * @param $extension String
 282+ * @param $extension Array
283283 *
284284 * @return string
285285 */
286 - function getCreditsForExtension( $extension ) {
 286+ function getCreditsForExtension( array $extension ) {
287287 $name = isset( $extension['name'] ) ? $extension['name'] : '[no name]';
288288
289289 if ( isset( $extension['path'] ) ) {

Status & tagging log