Make WordPress Core


Ignore:
Timestamp:
11/05/2008 06:14:22 PM (16 years ago)
Author:
azaozz
Message:

Add missing "button" class, props Simek, fixes #8067

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin-install.php

    r9524 r9527  
    137137        <?php wp_nonce_field( 'plugin-upload') ?>
    138138        <input type="file" name="pluginzip" />
    139         <input type="submit" value="<?php _e('Install Now') ?>" />
     139        <input type="submit" class="button" value="<?php _e('Install Now') ?>" />
    140140    </form>
    141141   
Note: See TracChangeset for help on using the changeset viewer.