Make WordPress Core


Ignore:
Timestamp:
09/05/2015 08:08:29 PM (9 years ago)
Author:
wonderboymusic
Message:

Bump H3 headings to H2 on Export screen for better accessibility.

Props metodiew.
Fixes #33608.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/export.php

    r32974 r33914  
    150150<p><?php _e('Once you&#8217;ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site.'); ?></p>
    151151
    152 <h3><?php _e( 'Choose what to export' ); ?></h3>
     152<h2><?php _e( 'Choose what to export' ); ?></h2>
    153153<form method="get" id="export-filters">
    154154<input type="hidden" name="download" value="true" />
Note: See TracChangeset for help on using the changeset viewer.