Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| Special:WatchlistLabels: Use proper icon for 'add' button | Samwilson | mediawiki/core | master | +11 -2 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change #1238605 had a related patch set uploaded (by Samwilson; author: Samwilson):
[mediawiki/core@master] Special:WatchlistLabels: Use proper icon for 'add' button
Comment Actions
It's the default that DevelopmentSettings.php sets :/
$wgLocalisationCacheConf['store'] = 'array';
Comment Actions
If you comment out $wgLocalisationCacheConf does it work? Do you have $wgCacheDirectory set?
Comment Actions
I really need to tidy up my localsettings.. managed to fix this and its working as expected :)
Comment Actions
Change #1238605 merged by jenkins-bot:
[mediawiki/core@master] Special:WatchlistLabels: Use proper icon for 'add' button
Comment Actions
The HTML on enwiki beta is:
<a href="/wiki/Special:WatchlistLabels/edit" class="cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--action-progressive cdx-button--weight-primary"><span class="cdx-button__icon mw-specialwatchlistlabels-icon--add" aria-hidden="true"></span> New label</a>

