Changeset 48380 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 07/07/2020 02:55:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r48373 r48380 2486 2486 <html class="<?php echo $admin_html_class; ?>" 2487 2487 <?php 2488 /** This action is documented in wp-admin/includes/template.php */ 2488 /** 2489 * Fires inside the HTML tag in the admin header. 2490 * 2491 * @since 2.2.0 2492 */ 2489 2493 do_action( 'admin_xml_ns' ); 2490 2494
Note: See TracChangeset
for help on using the changeset viewer.