Changeset 22250 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 10/16/2012 09:38:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r22146 r22250 528 528 529 529 <p class="submit"> 530 <span id="publishing-action"> 531 <input type="submit" name="publish" id="publish" accesskey="p" class="button-primary" value="<?php current_user_can('publish_posts') ? esc_attr_e('Publish') : esc_attr_e('Submit for Review'); ?>" /> 532 <span class="spinner"></span> 533 </span> 530 534 <input type="hidden" name="action" id="quickpost-action" value="post-quickpress-save" /> 531 535 <input type="hidden" name="post_ID" value="<?php echo $post_ID; ?>" /> … … 534 538 <?php submit_button( __( 'Save Draft' ), 'button', 'save', false, array( 'id' => 'save-post' ) ); ?> 535 539 <input type="reset" value="<?php esc_attr_e( 'Reset' ); ?>" class="button" /> 536 <span id="publishing-action">537 <input type="submit" name="publish" id="publish" accesskey="p" class="button-primary" value="<?php current_user_can('publish_posts') ? esc_attr_e('Publish') : esc_attr_e('Submit for Review'); ?>" />538 <span class="spinner"></span>539 </span>540 540 <br class="clear" /> 541 541 </p>
Note: See TracChangeset
for help on using the changeset viewer.