Skip to content

Commit b3b84ef

Browse files
committed
Make index.php bootstrap line use same code of WP
to avoid issues with scripts relying on that line. See #35
1 parent 19992df commit b3b84ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpstarter/templates/index.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
define('WP_USE_THEMES', true);
1515

1616
/** Loads the WordPress Environment and Template */
17-
require realpath({{{BOOTSTRAP_PATH}}});
17+
require( {{{BOOTSTRAP_PATH}}} );

0 commit comments

Comments
 (0)