ClassicPress-Migration-Plugin icon indicating copy to clipboard operation
ClassicPress-Migration-Plugin copied to clipboard

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

Open KTS915 opened this issue 10 months ago • 0 comments

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.

KTS915 avatar Mar 29 '24 15:03 KTS915