Changeset 59678 for trunk/src/wp-admin/admin-header.php
- Timestamp:
- 01/22/2025 02:04:34 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r58997 r59678 6 6 * @subpackage Administration 7 7 */ 8 9 // Don't load directly. 10 if ( ! defined( 'ABSPATH' ) ) { 11 die( '-1' ); 12 } 8 13 9 14 header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
Note: See TracChangeset
for help on using the changeset viewer.