r86452 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86451‎ | r86452 | r86453 >
Date:02:56, 20 April 2011
Author:mah
Status:ok
Tags:
Comment:
Add public to getKeywords()
Modified paths:
  • /trunk/extensions/GoogleNewsSitemap/GoogleNewsSitemap_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GoogleNewsSitemap/GoogleNewsSitemap_body.php
@@ -496,7 +496,7 @@
497497 * @param Title $title
498498 * @return Array of String: list of keywords
499499 */
500 - function getKeywords ( $title ) {
 500+ public function getKeywords ( $title ) {
501501 $cats = $title->getParentCategories();
502502 $res = array();
503503

Status & tagging log