r108593 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108592‎ | r108593 | r108594 >
Date:02:09, 11 January 2012
Author:yaron
Status:ok
Tags:
Comment:
Follow-up to r108558 - added 'autoedit' to set of magic words
Modified paths:
  • /trunk/extensions/SemanticForms/languages/SF_Magic.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/languages/SF_Magic.php
@@ -12,6 +12,7 @@
1313 'formlink' => array( 0, 'formlink' ),
1414 'arraymap' => array( 0, 'arraymap' ),
1515 'arraymaptemplate' => array( 0, 'arraymaptemplate' ),
 16+ 'autoedit' => array( 0, 'autoedit' ),
1617 );
1718
1819 /** Arabic (العربية) */
@@ -86,4 +87,4 @@
8788 'formlink' => array( 0, 'obrazuj_vezu' ),
8889 'arraymap' => array( 0, 'niz_mape' ),
8990 'arraymaptemplate' => array( 0, 'šablon_niza_mape' ),
90 -);
\ No newline at end of file
 91+);

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108558Follow-up to r108516 - after LanguageGetMagic hook was removed, a call to SF_...yaron22:59, 10 January 2012

Status & tagging log