Make WordPress Core

Changeset 33966


Ignore:
Timestamp:
09/09/2015 03:22:36 AM (9 years ago)
Author:
wonderboymusic
Message:

Revisions screen: change language from "Return to post editor" to "Return to editor" - more generic for usage by custom post types.

Props lancewillett, adamsilverstein.
Fixes #31910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/revision.php

    r32974 r33966  
    7676    $post_title     = '<a href="' . $post_edit_link . '">' . _draft_or_post_title() . '</a>';
    7777    $h1             = sprintf( __( 'Compare Revisions of &#8220;%1$s&#8221;' ), $post_title );
    78     $return_to_post = '<a href="' . $post_edit_link . '">' . __( '&larr; Return to post editor' ) . '</a>';
     78    $return_to_post = '<a href="' . $post_edit_link . '">' . __( '&larr; Return to editor' ) . '</a>';
    7979    $title          = __( 'Revisions' );
    8080
Note: See TracChangeset for help on using the changeset viewer.