We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740006d commit 666c50dCopy full SHA for 666c50d
1 file changed
src/index.php
@@ -20,6 +20,8 @@
20
return;
21
}
22
23
+// This is just a change to prove a point.
24
+
25
define( 'WPINC', 'wp-includes' );
26
require_once ABSPATH . WPINC . '/version.php';
27
require_once ABSPATH . WPINC . '/compat.php';
0 commit comments