Changeset 49539 for trunk/src/wp-admin/revision.php
- Timestamp:
- 11/09/2020 10:51:52 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/revision.php
r48625 r49539 108 108 /* translators: %s: Post title. */ 109 109 $h1 = sprintf( __( 'Compare Revisions of “%s”' ), $post_title ); 110 $return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Returnto editor' ) . '</a>';110 $return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Go to editor' ) . '</a>'; 111 111 $title = __( 'Revisions' ); 112 112
Note: See TracChangeset
for help on using the changeset viewer.