https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102206

Revision: 102206
Author:   krinkle
Date:     2011-11-06 23:07:58 +0000 (Sun, 06 Nov 2011)
Log Message:
-----------
[TsIntuition] Enable parsemag for 'renew-cookies' (it uses {{PLURAL}})

Modified Paths:
--------------
    trunk/tools/ToolserverI18N/public_html/index.php

Modified: trunk/tools/ToolserverI18N/public_html/index.php
===================================================================
--- trunk/tools/ToolserverI18N/public_html/index.php    2011-11-06 23:02:37 UTC 
(rev 102205)
+++ trunk/tools/ToolserverI18N/public_html/index.php    2011-11-06 23:07:58 UTC 
(rev 102206)
@@ -195,11 +195,11 @@
        .       kfTag( _( 'current-language' ) . _g( 'colon-separator' ) . ' ', 
'label' )
        .       kfTag( '', 'input', array( 'value' => $I18N->getLangName(), 
'readonly' => 'readonly' ) )
        .       ' ('
-       .       kfTag( _( 'clear-cookies'), 'a', array( 'href' => 
$Tool->generatePermalink( array( 'action' => 'clearcookies' ) ) ) )
+       .       kfTag( _( 'clear-cookies' ), 'a', array( 'href' => 
$Tool->generatePermalink( array( 'action' => 'clearcookies' ) ) ) )
        .       ')<br />'
        .       kfTag( _( 'cookie-expiration' ) . _g( 'colon-separator' ), 
'label' ) . kfTag( '', 'input', array( 'value' => $time, 'class' => 
"cookie-health $class", 'readonly' => 'readonly' ) )
        .       ' ('
-       .       kfTag( _( 'renew-cookies'), 'a', array( 'href' => 
$Tool->generatePermalink( array( 'action' => 'renewcookies' ) ) ) )
+       .       kfTag( _( 'renew-cookies', array( 'parsemag' => true ) ), 'a', 
array( 'href' => $Tool->generatePermalink( array( 'action' => 'renewcookies' ) 
) ) )
        .       ')<br />'
        .       $after
        .       '</div></fieldset></form></div><!-- #tab-currentsettings -->'


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to