Changeset 32093 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 04/08/2015 11:27:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r32092 r32093 1435 1435 <span class="saving-draft"><?php _e( 'Saving...' ); ?></span> 1436 1436 </button> 1437 <a href="<?php echo esc_url( get_edit_post_link( $post_ID ) ); ?>" class="edit-post-link" style="display: none;" target="_blank"><?php _e( ' Edit Post' ); ?></a>1437 <a href="<?php echo esc_url( get_edit_post_link( $post_ID ) ); ?>" class="edit-post-link" style="display: none;" target="_blank"><?php _e( 'Standard Editor' ); ?></a> 1438 1438 <button type="button" class="button-subtle preview-button"><?php _e( 'Preview' ); ?></button> 1439 1439 <button type="button" class="button-primary publish-button"><?php echo ( current_user_can( 'publish_posts' ) ) ? __( 'Publish' ) : __( 'Submit for Review' ); ?></button>
Note: See TracChangeset
for help on using the changeset viewer.