Changeset 61492 for trunk/src/wp-admin/index.php
- Timestamp:
- 01/16/2026 10:30:09 AM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r52352 r61492 7 7 */ 8 8 9 if ( file_exists( __DIR__ . '/../wp-includes/js/ dist/edit-post.js' ) ) {9 if ( file_exists( __DIR__ . '/../wp-includes/js/jquery/jquery.js' ) && is_dir( __DIR__ . '/../wp-includes/build' ) ) { 10 10 require_once __DIR__ . '/_index.php'; 11 11 return;
Note: See TracChangeset
for help on using the changeset viewer.