Changeset 51499
- Timestamp:
- 07/27/2021 07:00:54 PM (3 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link.php
r51475 r51499 110 110 $submenu_file = 'link-manager.php'; 111 111 // Used in the HTML title tag. 112 $title 112 $title = __( 'Edit Link' ); 113 113 114 114 $link_id = (int) $_GET['link_id']; -
trunk/src/wp-admin/network/users.php
r51475 r51499 32 32 33 33 // Used in the HTML title tag. 34 $title 35 $parent_file 34 $title = __( 'Users' ); 35 $parent_file = 'users.php'; 36 36 37 37 require_once ABSPATH . 'wp-admin/admin-header.php'; -
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.