Changeset 32921 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 06/24/2015 03:22:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r32920 r32921 1451 1451 <span class="spinner"> </span> 1452 1452 <div class="split-button"> 1453 <div class="split-button-body">1454 <button type="button" class="button-subtle draft-button split-button-option" aria-live="polite"><?php _e( 'Save Draft' ); ?></button>1455 <a href="<?php echo esc_url( get_edit_post_link( $post_ID ) ); ?>" class="edit-post-link split-button-option" target="_blank"><?php _e( 'Standard Editor' ); ?></a>1456 <button type="button" class="button-subtle preview-button split-button-option"><?php _e( 'Preview' ); ?></button>1457 </div>1458 1453 <div class="split-button-head"> 1459 1454 <button type="button" class="publish-button split-button-primary"><?php … … 1464 1459 </button> 1465 1460 </div> 1461 <div class="split-button-body"> 1462 <button type="button" class="button-subtle draft-button split-button-option" aria-live="polite"><?php _e( 'Save Draft' ); ?></button> 1463 <a href="<?php echo esc_url( get_edit_post_link( $post_ID ) ); ?>" class="edit-post-link split-button-option" target="_blank"><?php _e( 'Standard Editor' ); ?></a> 1464 <button type="button" class="button-subtle preview-button split-button-option"><?php _e( 'Preview' ); ?></button> 1465 </div> 1466 1466 </div> 1467 1467 </div>
Note: See TracChangeset
for help on using the changeset viewer.