r41840 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41839‎ | r41840 | r41841 >
Date:17:29, 8 October 2008
Author:brion
Status:old
Tags:
Comment:
Tweak to r41837 -- remove 'alt $1' alias for 'alt=$1', we're not sure we need it :)
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -289,7 +289,7 @@
290290 'img_bottom' => array( 1, 'bottom' ),
291291 'img_text_bottom' => array( 1, 'text-bottom' ),
292292 'img_link' => array( 1, 'link=$1' ),
293 - 'img_alt' => array( 1, 'alt=$1', 'alt $1' ),
 293+ 'img_alt' => array( 1, 'alt=$1' ),
294294 'int' => array( 0, 'INT:' ),
295295 'sitename' => array( 1, 'SITENAME' ),
296296 'ns' => array( 0, 'NS:' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r41837(bug 368) Allow alt= attribute for images...simetrical16:33, 8 October 2008

Status & tagging log