ClassicPress-Migration-Plugin
ClassicPress-Migration-Plugin copied to clipboard
Update admin-page.php to change h3 headers to h2 for accessibility
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 h2
s.
Note that ascending headers do not need to be sequential.