Changeset 25616 for trunk/src/wp-admin/admin-header.php
- Timestamp:
- 09/25/2013 12:17:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r25499 r25616 9 9 @header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 10 10 if ( ! defined( 'WP_ADMIN' ) ) 11 require_once( './admin.php' );11 require_once( dirname( __FILE__ ) . '/admin.php' ); 12 12 13 13 // In case admin-header.php is included in a function.
Note: See TracChangeset
for help on using the changeset viewer.