Changeset 51499 for trunk/src/wp-admin/network/users.php
- Timestamp:
- 07/27/2021 07:00:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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';
Note: See TracChangeset
for help on using the changeset viewer.