diff --git a/src/index.php b/src/index.php index 91c0517857339..2abd0dc0ed3a0 100644 --- a/src/index.php +++ b/src/index.php @@ -20,6 +20,8 @@ return; } +// This is just a change to prove a point. + define( 'WPINC', 'wp-includes' ); require_once ABSPATH . WPINC . '/version.php'; require_once ABSPATH . WPINC . '/compat.php';