From 3bd97008f2747f47e63977e8e79069e9f4cdca65 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 27 May 2010 19:38:27 +0000 Subject: [PATCH] Follow up r66974. Paste error. --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index de80f131a2..605b2c493f 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -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; -- 2.20.1