Changeset 47198 for trunk/src/wp-admin/edit.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r47122 r47198 8 8 9 9 /** WordPress Administration Bootstrap */ 10 require_once ( dirname( __FILE__ ) . '/admin.php' );10 require_once __DIR__ . '/admin.php'; 11 11 12 12 if ( ! $typenow ) { … … 384 384 $bulk_counts = array_filter( $bulk_counts ); 385 385 386 require_once ( ABSPATH . 'wp-admin/admin-header.php' );386 require_once ABSPATH . 'wp-admin/admin-header.php'; 387 387 ?> 388 388 <div class="wrap"> … … 462 462 463 463 <?php 464 include( ABSPATH . 'wp-admin/admin-footer.php' );464 require_once ABSPATH . 'wp-admin/admin-footer.php';
Note: See TracChangeset
for help on using the changeset viewer.