Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F8268
portlettitle_fix.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
bzimport
Nov 21 2014, 11:56 PM
2014-11-21 23:56:28 (UTC+0)
Size
820 B
Referenced Files
None
Subscribers
None
portlettitle_fix.patch
View Options
Index: includes/SkinTemplate.php
===================================================================
--- includes/SkinTemplate.php (revision 99358)
+++ includes/SkinTemplate.php (working copy)
@@ -1656,7 +1656,7 @@
}
$attrs = array();
- foreach ( array( 'href', 'id', 'class', 'rel', 'type', 'target') as $attr ) {
+ foreach ( array( 'href', 'id', 'class', 'rel', 'type', 'target', 'title' ) as $attr ) {
if ( isset( $item[$attr] ) ) {
$attrs[$attr] = $item[$attr];
}
@@ -1709,7 +1709,7 @@
}
} else {
$link = array();
- foreach ( array( 'text', 'msg', 'href', 'rel', 'type', 'tooltiponly', 'target' ) as $k ) {
+ foreach ( array( 'text', 'msg', 'href', 'rel', 'type', 'tooltiponly', 'target', 'title' ) as $k ) {
if ( isset( $item[$k] ) ) {
$link[$k] = $item[$k];
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7792
Default Alt Text
portlettitle_fix.patch (820 B)
Attached To
Mode
T33505: The title attribute of interwiki links is missing in Monobook/Vector/Modern skins
Attached
Detach File
Event Timeline
Log In to Comment