Changeset 25616 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 09/25/2013 12:17:40 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-general.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r22299 r25616 8 8 9 9 /** WordPress Administration Bootstrap */ 10 require_once( './admin.php');10 require_once( dirname( __FILE__ ) . '/admin.php' ); 11 11 12 12 if ( ! current_user_can( 'manage_options' ) ) … … 81 81 ); 82 82 83 include( './admin-header.php');83 include( ABSPATH . 'wp-admin/admin-header.php' ); 84 84 ?> 85 85 … … 325 325 </div> 326 326 327 <?php include( './admin-footer.php')?>327 <?php include( ABSPATH . 'wp-admin/admin-footer.php' ); ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)