Changeset 51499 for trunk/src/wp-admin/revision.php
- Timestamp:
- 07/27/2021 07:00:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/revision.php
r51475 r51499 110 110 $return_to_post = '<a href="' . $post_edit_link . '">' . __( '← Go to editor' ) . '</a>'; 111 111 // Used in the HTML title tag. 112 $title 112 $title = __( 'Revisions' ); 113 113 114 114 $redirect = false;
Note: See TracChangeset
for help on using the changeset viewer.