Page MenuHomePhabricator

GlobalFunctions.php.patch

Authored By
bzimport
Nov 21 2014, 8:37 PM
Size
647 B
Referenced Files
None
Subscribers
None

GlobalFunctions.php.patch

Index: includes/GlobalFunctions.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/GlobalFunctions.php,v
retrieving revision 1.191
diff -u -r1.191 GlobalFunctions.php
--- includes/GlobalFunctions.php 3 Jul 2005 18:14:20 -0000 1.191
+++ includes/GlobalFunctions.php 6 Jul 2005 02:11:31 -0000
@@ -373,9 +373,7 @@
function wfMsgHtml( $key ) {
$args = func_get_args();
array_shift( $args );
- return wfMsgReplaceArgs(
- htmlspecialchars( wfMsgGetKey( $key, $args, true ) ),
- $args );
+ return wfMsgReplaceArgs( htmlspecialchars( wfMsgGetKey( $key, true ) ), $args );
}
/**

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1709
Default Alt Text
GlobalFunctions.php.patch (647 B)

Event Timeline