#5174 closed defect (bug) (fixed)
Missing lang attribute on download counter template
Reported by: | bradleyt | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | General | Keywords: | |
Cc: |
Description
The download counter template is available in all languages. E.g.
https://es.wordpress.org/download/counter/
https://fr.wordpress.org/download/counter/
Unlike the rest of the .org network, these download counter pages do not output a lang
attribute on the HTML element. This is important for accessibility and SEO reasons.
I think the fix is as simple as making use of language_attributes()
in the template.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Seconded.