Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F5603
strong.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 10:34 PM
2014-11-21 22:34:12 (UTC+0)
Size
655 B
Referenced Files
None
Subscribers
None
strong.diff
View Options
Index: includes/specials/SpecialRecentchanges.php
===================================================================
--- includes/specials/SpecialRecentchanges.php (revision 49257)
+++ includes/specials/SpecialRecentchanges.php (working copy)
@@ -597,7 +597,8 @@
global $wgUser;
$sk = $wgUser->getSkin();
$params = $override + $options;
- return $sk->link( $this->getTitle(), htmlspecialchars( $title ),
+ return $sk->link( $this->getTitle(),
+ ( $active ? '<strong>' : '' ) . htmlspecialchars( $title ) . ( $active ? '</strong>' : '' ),
( $active ? array( 'style'=>'font-weight: bold;' ) : array() ), $params, array( 'known' ) );
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5153
Default Alt Text
strong.diff (655 B)
Attached To
Mode
T20317: "changes in last 1 | 3 | 7 | 14 | 30 days" accessibility
Attached
Detach File
Event Timeline
Log In to Comment