Changeset 53519
- Timestamp:
- 06/17/2022 11:31:49 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/index.php
r53518 r53519 14 14 define( 'WPINC', 'wp-includes' ); 15 15 16 if ( file_exists( ABSPATH . WPINC . '/js/dist/edit-post.js' ) ) {16 if ( file_exists( ABSPATH . WPINC . '/js/dist/edit-post.js' ) ) { 17 17 require_once ABSPATH . '_index.php'; 18 18 return;
Note: See TracChangeset
for help on using the changeset viewer.