Changeset 47198 for trunk/src/wp-admin/index.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r46586 r47198 7 7 */ 8 8 9 if ( file_exists( dirname( __FILE__ ). '/../wp-includes/js/dist/edit-post.js' ) ) {10 require_once dirname( __FILE__ ). '/_index.php';9 if ( file_exists( __DIR__ . '/../wp-includes/js/dist/edit-post.js' ) ) { 10 require_once __DIR__ . '/_index.php'; 11 11 return; 12 12 } 13 13 14 require_once dirname( dirname( __FILE__ )) . '/index.php';14 require_once dirname( __DIR__ ) . '/index.php';
Note: See TracChangeset
for help on using the changeset viewer.