Changeset 25616 for trunk/src/wp-admin/edit.php
- Timestamp:
- 09/25/2013 12:17:40 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r25577 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 ( ! $typenow ) … … 263 263 $bulk_counts = array_filter( $bulk_counts ); 264 264 265 require_once( './admin-header.php');265 require_once( ABSPATH . 'wp-admin/admin-header.php' ); 266 266 ?> 267 267 <div class="wrap"> … … 323 323 324 324 <?php 325 include( './admin-footer.php');325 include( ABSPATH . 'wp-admin/admin-footer.php' );
Note: See TracChangeset
for help on using the changeset viewer.