Skip to content
Snippets Groups Projects
Commit dfa144fb authored by Erick Hitter's avatar Erick Hitter
Browse files

Remove errant backquote introduced in e6faa20f

parent e6faa20f
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ try {
// Render page into an output buffer and display
ob_start();
require_once dirname( __FILE__ ) . '/wp`-blog-header.php';
require_once dirname( __FILE__ ) . '/wp-blog-header.php';
$markup_to_cache = trim( ob_get_clean() );
echo $markup_to_cache;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment