diff --git a/src/index.php b/src/index.php index 6aa8789ea0..0714b3beda 100644 --- a/src/index.php +++ b/src/index.php @@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) { define( 'WPINC', 'wp-includes' ); -if ( file_exists( ABSPATH . WPINC .'/js/dist/edit-post.js' ) ) { +if ( file_exists( ABSPATH . WPINC . '/js/dist/edit-post.js' ) ) { require_once ABSPATH . '_index.php'; return; }