Make the 'Download Export File' button primary. Props helenyhou. fixes #21781
git-svn-id: http://core.svn.wordpress.org/trunk@21749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc8bbc5a59
commit
36755f8b3b
|
@ -204,7 +204,7 @@ function export_date_options( $post_type = 'post' ) {
|
|||
<p><label><input type="radio" name="content" value="<?php echo esc_attr( $post_type->name ); ?>" /> <?php echo esc_html( $post_type->label ); ?></label></p>
|
||||
<?php endforeach; ?>
|
||||
|
||||
<?php submit_button( __('Download Export File'), 'secondary' ); ?>
|
||||
<?php submit_button( __('Download Export File') ); ?>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue