Changeset 15746 for trunk/wp-admin/index-extra.php
- Timestamp:
- 10/07/2010 07:34:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index-extra.php
r14924 r15746 11 11 12 12 /** Load WordPress Administration Dashboard API */ 13 require( './includes/dashboard.php' );13 require(ABSPATH . 'wp-admin/includes/dashboard.php' ); 14 14 15 15 @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
Note: See TracChangeset
for help on using the changeset viewer.