Make WordPress Core


Ignore:
Timestamp:
04/08/2015 11:27:04 PM (10 years ago)
Author:
azaozz
Message:

Press This: change the link text to Standard Editor.
Props Michael-Arestad. See #31923.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r32092 r32093  
    14351435                <span class="saving-draft"><?php _e( 'Saving...' ); ?></span>
    14361436            </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>
    14381438            <button type="button" class="button-subtle preview-button"><?php _e( 'Preview' ); ?></button>
    14391439            <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.