Changeset 25616 for trunk/src/wp-admin/options-reading.php
- Timestamp:
- 09/25/2013 12:17:40 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r22653 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' ) ) … … 73 73 ); 74 74 75 include( './admin-header.php' );75 include( ABSPATH . 'wp-admin/admin-header.php' ); 76 76 ?> 77 77 … … 168 168 </form> 169 169 </div> 170 <?php include( './admin-footer.php' ); ?>170 <?php include( ABSPATH . 'wp-admin/admin-footer.php' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.