ClassicPress / ClassicPress-Migration-Plugin

Switch your WordPress installation to ClassicPress.
Other
26 stars 20 forks source link

Update admin-page.php to change h3 headers to h2 for accessibility #106

Closed KTS915 closed 3 months ago

KTS915 commented 7 months ago

Headers must always descend sequentially. Since the previous header on the page for each of those changed in this PR is an h1, the two headers must be h2s.

Note that ascending headers do not need to be sequential.