Follow up r66974. Paste error.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 27 May 2010 19:38:27 +0000 (19:38 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 27 May 2010 19:38:27 +0000 (19:38 +0000)
includes/Skin.php

index de80f13..605b2c4 100644 (file)
@@ -2142,7 +2142,7 @@ CSS;
                                        global $wgMessageCache;
                                        $line = $wgMessageCache->transform( $line );
                                        
-                                       $line = array_map( 'trim', explode( '|', explode( '|', $line, 2 ), 2 ) );
+                                       $line = array_map( 'trim', explode( '|', $line, 2 ) );
                                        $link = wfMsgForContent( $line[0] );
                                        if( $link == '-' ) {
                                                continue;