Changeset 51475 for trunk/src/wp-admin/revision.php
- Timestamp:
- 07/22/2021 01:51:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/revision.php
r49539 r51475 109 109 $h1 = sprintf( __( 'Compare Revisions of “%s”' ), $post_title ); 110 110 $return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Go to editor' ) . '</a>'; 111 // Used in the HTML title tag. 111 112 $title = __( 'Revisions' ); 112 113
Note: See TracChangeset
for help on using the changeset viewer.