Index: branches/REL1_16/phase3/includes/Skin.php |
— | — | @@ -2114,6 +2114,9 @@ |
2115 | 2115 | } |
2116 | 2116 | } else { |
2117 | 2117 | if( strpos( $line, '|' ) !== false ) { // sanity check |
| 2118 | + global $wgMessageCache; |
| 2119 | + $line = $wgMessageCache->transform( $line ); |
| 2120 | + |
2118 | 2121 | $line = array_map( 'trim', explode( '|', trim( $line, '* ' ), 2 ) ); |
2119 | 2122 | $link = wfMsgForContent( $line[0] ); |
2120 | 2123 | if( $link == '-' ) { |