We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d08ad4 commit 186c260Copy full SHA for 186c260
1 file changed
includes/MslsOutput.php
@@ -79,7 +79,7 @@ public function get( ?int $display, bool $filter = false, $exists = false ): arr
79
'<a href="%s" title="%s"%s>%s</a>',
80
$url,
81
$link->txt,
82
- $is_current_blog ? ' class="current_language"' : '',
+ $is_current_blog ? ' class="current_language" aria-current="page"' : '',
83
$link
84
);
85
}
0 commit comments