r106631 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106630‎ | r106631 | r106632 >
Date:09:54, 19 December 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
r106628: Consistency tweaks in preparation for adding extension to translatewiki.net
Modified paths:
  • /trunk/extensions/PageInCat/PageInCat.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageInCat/PageInCat.i18n.php
@@ -9,9 +9,10 @@
1010 $messages = array();
1111
1212 $messages['en'] = array(
13 - 'pageincat-desc' => 'Adds a parser function <code><nowiki>{{#incat:...}}</nowiki></code> to determine if the current page is in a specified category.',
 13+ 'pageincat-desc' => 'Adds a parser function <code><nowiki>{{#incat:...}}</nowiki></code> to determine if the current page is in a specified category',
1414 );
1515
1616 $messages['qqq'] = array(
1717 'pagesincat-desc' => '{{desc}}',
1818 );
 19+

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106628New extension. Add parser function to do {{#ifpageincategory:some category|do...bawolff06:42, 19 December 2011

Comments

#Comment by Bawolff (talk | contribs)   19:32, 19 December 2011

Thanks.

Status & tagging log