From 666c50dfcb8bf5410556a98a46e0924f37394d51 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Wed, 2 Jul 2025 11:10:05 +1000 Subject: [PATCH] Just a change to prove a point via a PR. --- src/index.php | 2 ++ 1 file changed, 2 insertions(+) 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';