Make WordPress Core


Ignore:
Timestamp:
10/28/2010 09:56:43 PM (14 years ago)
Author:
markjaquith
Message:

Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064

File:
1 edited

Legend:

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

    r15961 r16061  
    5454<p><?php _e('Once you&#8217;ve saved the download file, you can use the Import function on another WordPress site to import this site.'); ?></p>
    5555<form action="" method="get">
    56 <?php submit_button( __('Download Export File'), 'secondary' ); ?>
     56<?php submit_button( __('Download Export File'), 'button' ); ?>
    5757<input type="hidden" name="download" value="true" />
    5858</p>
Note: See TracChangeset for help on using the changeset viewer.