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:
parent
23f2e79350
commit
32d296fb6a
@ -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('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’ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site.'); ?></p>
|
<p><?php _e('Once you’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">
|
<form method="get" id="export-filters">
|
||||||
<input type="hidden" name="download" value="true" />
|
<input type="hidden" name="download" value="true" />
|
||||||
<p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p>
|
<p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p>
|
||||||
|
Loading…
Reference in New Issue
Block a user