Make WordPress Core

Changeset 9765


Ignore:
Timestamp:
11/18/2008 10:19:49 PM (16 years ago)
Author:
markjaquith
Message:

Prevent strange text color on hover in QuickPress. props jick. fixes #8238

File:
1 edited

Legend:

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

    r9752 r9765  
    344344            <input type="reset" value="<?php _e( 'Cancel' ); ?>" class="cancel" />
    345345            <?php if ( current_user_can('publish_posts') ) { ?>
    346             <input type="submit" name="publish" id="publish" accesskey="p" tabindex="5" class="button button-primary" value="<?php _e('Publish'); ?>" />
     346            <input type="submit" name="publish" id="publish" accesskey="p" tabindex="5" class="button-primary" value="<?php _e('Publish'); ?>" />
    347347            <?php } else { ?>
    348             <input type="submit" name="publish" id="publish" accesskey="p" tabindex="5" class="button button-primary" value="<?php _e('Submit for Review'); ?>" />
     348            <input type="submit" name="publish" id="publish" accesskey="p" tabindex="5" class="button-primary" value="<?php _e('Submit for Review'); ?>" />
    349349            <?php } ?>
    350350            <br class="clear" />
Note: See TracChangeset for help on using the changeset viewer.