Page MenuHomePhabricator
Authored By
bzimport
Nov 22 2014, 12:00 AM
Size
990 B
Referenced Files
None
Subscribers
None
Index: includes/Skin.php
===================================================================
--- includes/Skin.php (revision 110078)
+++ includes/Skin.php (working copy)
@@ -1499,7 +1499,7 @@
if ( !is_null( $tooltip ) ) {
# Bug 25462: undo double-escaping.
$tooltip = Sanitizer::decodeCharReferences( $tooltip );
- $attribs['title'] = wfMsgExt( 'editsectionhint', array( 'language' => $lang, 'parsemag' ), $tooltip );
+ $attribs['title'] = wfMsgExt( 'editsectionhint', array( 'language' => $lang ), $tooltip );
}
$link = Linker::link( $nt, wfMsgExt( 'editsection', array( 'language' => $lang ) ),
$attribs,
@@ -1511,7 +1511,7 @@
# we can rid of it someday.
$attribs = '';
if ( $tooltip ) {
- $attribs = wfMsgExt( 'editsectionhint', array( 'language' => $lang, 'parsemag', 'escape' ), $tooltip );
+ $attribs = wfMsgExt( 'editsectionhint', array( 'language' => $lang, 'escape' ), $tooltip );
$attribs = " title=\"$attribs\"";
}
$result = null;

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7979
Default Alt Text
diff (990 B)

Event Timeline