Make WordPress Core


Ignore:
Timestamp:
02/13/2010 06:14:37 AM (16 years ago)
Author:
nacin
Message:

RTL fixes for new position of QuickPress ajax spinner, also version bumps, see #10680

File:
1 edited

Legend:

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

    r13085 r13090  
    424424            <input type="reset" value="<?php esc_attr_e( 'Reset' ); ?>" class="button" />
    425425            <span id="publishing-action">
     426                <input type="submit" name="publish" id="publish" accesskey="p" tabindex="5" class="button-primary" value="<?php current_user_can('publish_posts') ? esc_attr_e('Publish') : esc_attr_e('Submit for Review'); ?>" />
    426427                <img class="waiting" src="images/wpspin_light.gif" />
    427                 <input type="submit" name="publish" id="publish" accesskey="p" tabindex="5" class="button-primary" value="<?php current_user_can('publish_posts') ? esc_attr_e('Publish') : esc_attr_e('Submit for Review'); ?>" />
    428428            </span>
    429429            <br class="clear" />
Note: See TracChangeset for help on using the changeset viewer.