Skip to content

Commit 91782f4

Browse files
committed
Prepare for actual ABSPATH usage
1 parent 07fa209 commit 91782f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
// Core constants
4-
define( 'ABSPATH', '' );
4+
define( 'ABSPATH', './' );
55
define( 'WP_DEBUG', true );
66
define( 'WP_DEBUG_LOG', true );
77
define( 'MINUTE_IN_SECONDS', 60 );

0 commit comments

Comments
 (0)