Make the 'Download Export File' button primary. Props helenyhou. fixes #21781

git-svn-id: https://develop.svn.wordpress.org/trunk@21749 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-09-04 21:11:17 +00:00
parent ca00a01d11
commit 1bd73817b0
1 changed files with 1 additions and 1 deletions

View File

@ -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> <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 endforeach; ?>
<?php submit_button( __('Download Export File'), 'secondary' ); ?> <?php submit_button( __('Download Export File') ); ?>
</form> </form>
</div> </div>