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

Props metodiew.
Fixes #33608.


git-svn-id: https://develop.svn.wordpress.org/trunk@33914 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-09-05 20:08:29 +00:00
parent 23f2e79350
commit 32d296fb6a
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ function export_date_options( $post_type = 'post' ) {
<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.'); ?></p>
<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>
<h3><?php _e( 'Choose what to export' ); ?></h3>
<h2><?php _e( 'Choose what to export' ); ?></h2>
<form method="get" id="export-filters">
<input type="hidden" name="download" value="true" />
<p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p>