Skip to content

Commit

Permalink
Make index.php bootstrap line use same code of WP
Browse files Browse the repository at this point in the history
to avoid issues with scripts relying on that line.

See #35
  • Loading branch information
gmazzap committed Jul 28, 2016
1 parent 19992df commit b3b84ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpstarter/templates/index.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
define('WP_USE_THEMES', true);

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

0 comments on commit b3b84ef

Please sign in to comment.