Changeset 51475 for trunk/src/wp-admin/network.php
- Timestamp:
- 07/22/2021 01:51:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r47848 r51475 50 50 51 51 if ( is_network_admin() ) { 52 // Used in the HTML title tag. 52 53 $title = __( 'Network Setup' ); 53 54 $parent_file = 'settings.php'; 54 55 } else { 56 // Used in the HTML title tag. 55 57 $title = __( 'Create a Network of WordPress Sites' ); 56 58 $parent_file = 'tools.php';
Note: See TracChangeset
for help on using the changeset viewer.