Tweak to r41837 -- remove 'alt $1' alias for 'alt=$1', we're not sure we need it :)
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 8 Oct 2008 17:29:42 +0000 (17:29 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 8 Oct 2008 17:29:42 +0000 (17:29 +0000)
languages/messages/MessagesEn.php

index 45a773e..0147c1b 100644 (file)
@@ -289,7 +289,7 @@ $magicWords = array(
        'img_bottom'             => array( 1,    'bottom'                 ),
        'img_text_bottom'        => array( 1,    'text-bottom'            ),
        'img_link'               => array( 1,    'link=$1'                ),
-       'img_alt'                => array( 1,    'alt=$1', 'alt $1'       ),
+       'img_alt'                => array( 1,    'alt=$1'                 ),
        'int'                    => array( 0,    'INT:'                   ),
        'sitename'               => array( 1,    'SITENAME'               ),
        'ns'                     => array( 0,    'NS:'                    ),