Make WordPress Core


Ignore:
Timestamp:
10/17/2010 06:24:34 PM (13 years ago)
Author:
scribu
Message:

Use submit_button() in more places. See #15064

File:
1 edited

Legend:

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

    r15307 r15830  
    137137</tr>
    138138</table>
    139 <p class="submit"><input type="submit" name="submit" class="button" value="<?php esc_attr_e('Download Export File'); ?>" />
     139<?php submit_button( __('Download Export File'), 'secondary' ); ?>
    140140<input type="hidden" name="download" value="true" />
    141141</p>
Note: See TracChangeset for help on using the changeset viewer.