Changeset 33966
- Timestamp:
- 09/09/2015 03:22:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/revision.php
r32974 r33966 76 76 $post_title = '<a href="' . $post_edit_link . '">' . _draft_or_post_title() . '</a>'; 77 77 $h1 = sprintf( __( 'Compare Revisions of “%1$s”' ), $post_title ); 78 $return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Return to posteditor' ) . '</a>';78 $return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Return to editor' ) . '</a>'; 79 79 $title = __( 'Revisions' ); 80 80
Note: See TracChangeset
for help on using the changeset viewer.