Remove 'redundant' attribute from BaseTemplate::makeListItem() links
authorIsarra <zhorishna@gmail.com>
Fri, 16 Aug 2019 16:46:32 +0000 (16:46 +0000)
committerIsarra <zhorishna@gmail.com>
Fri, 16 Aug 2019 16:46:32 +0000 (16:46 +0000)
commit0718021090b3daa5fec3908a2428a26aeb878924
tree19fc52bf8c632fb18b71a48cccca6763446954d4
parentcc8a88c3d081d26ab93a205510ca0ffff1f2e6a7
Remove 'redundant' attribute from BaseTemplate::makeListItem() links
in case this is not done in SkinTemplate::buildContentActionUrls()

Not all skins are going to use buildContentActionUrls() in the first
place, as they may not be laying out the usual action tabs as, well,
the usual action tabs. Given that this is being added in core, it
should likewise be cleaned up in core.

Bug: T214202
Change-Id: I630410aea2852f7a72fea67bbf256b3561ea0f3f
includes/skins/BaseTemplate.php