X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FLinker.php;h=b58dabab9d597b456469ebe17b097a74ed5eb198;hb=5205405385397782b5288b429f49c9d8c97ac6c6;hp=a9c26c6451ac7c9b19942e543fd9633ba1e0371c;hpb=e912197b0988baae01362e6e4842767ecca57098;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Linker.php b/includes/Linker.php index a9c26c6451..b58dabab9d 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1752,17 +1752,6 @@ class Linker { $link, $legacyAnchor = false ) { $ret = " '#' . $anchor, - 'class' => 'mw-headline-anchor', - // Hide from screen readers, as it is inside a heading (the programs use headings to - // navigate, so the symbol is being read during navigation). Pending T13555 being fixed. - 'aria-hidden' => 'true', - 'title' => wfMessage( 'headline-anchor-title' )->text() - ), - wfMessage( 'section-symbol' )->text() - ) . "$html" . $link . "";