Changeset 53518 for trunk/src/index.php
- Timestamp:
- 06/17/2022 11:18:37 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/index.php
r47198 r53518 12 12 } 13 13 14 if ( file_exists( ABSPATH . 'wp-includes/js/dist/edit-post.js' ) ) { 14 define( 'WPINC', 'wp-includes' ); 15 16 if ( file_exists( ABSPATH . WPINC .'/js/dist/edit-post.js' ) ) { 15 17 require_once ABSPATH . '_index.php'; 16 18 return; 17 19 } 18 20 19 define( 'WPINC', 'wp-includes' );20 21 require_once ABSPATH . WPINC . '/load.php'; 21 22
Note: See TracChangeset
for help on using the changeset viewer.