Changeset 51475 for trunk/src/wp-admin/admin.php
- Timestamp:
- 07/22/2021 01:51:58 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin.php
r51327 r51475 335 335 do_action( "load-importer-{$importer}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 336 336 337 // Used in the HTML title tag. 338 $title = __( 'Import' ); 337 339 $parent_file = 'tools.php'; 338 340 $submenu_file = 'import.php'; 339 $title = __( 'Import' );340 341 341 342 if ( ! isset( $_GET['noheader'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.