Changeset 61492 for trunk/src/index.php
- Timestamp:
- 01/16/2026 10:30:09 AM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/index.php
r56241 r61492 16 16 * Note: WPINC is not defined yet, it is defined later in wp-settings.php. 17 17 */ 18 if ( file_exists( ABSPATH . 'wp-includes/js/ dist/edit-post.js' ) ) {18 if ( file_exists( ABSPATH . 'wp-includes/js/jquery/jquery.js' ) && is_dir( ABSPATH . 'wp-includes/build' ) ) { 19 19 require_once ABSPATH . '_index.php'; 20 20 return;
Note: See TracChangeset
for help on using the changeset viewer.