Changeset 51475 for trunk/src/wp-admin/options.php
- Timestamp:
- 07/22/2021 01:51:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r50560 r51475 19 19 require_once __DIR__ . '/admin.php'; 20 20 21 // Used in the HTML title tag. 21 22 $title = __( 'Settings' ); 22 23 $this_file = 'options.php';
Note: See TracChangeset
for help on using the changeset viewer.