Skip to content

Commit 7499790

Browse files
committed
Test fixing, and "quotes" of 'different' types. $variables, and $variables too.
1 parent 9202e17 commit 7499790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-blog-header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$wp_did_header = true;
1111

1212
// Load the WordPress library.
13-
require_once( __DIR__ . '/wp-load.php' );
13+
require_once __DIR__ . '/wp-load.php';
1414

1515
// Set up the WordPress query.
1616
wp();

0 commit comments

Comments
 (0)