Edit File by line
/home/zeestwma/redstone...
File: wp-blog-header.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Loads the WordPress environment and template.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WordPress
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
if ( ! isset( $wp_did_header ) ) {
[7] Fix | Delete
[8] Fix | Delete
$wp_did_header = true;
[9] Fix | Delete
[10] Fix | Delete
// Load the WordPress library.
[11] Fix | Delete
require_once __DIR__ . '/wp-load.php';
[12] Fix | Delete
[13] Fix | Delete
// Set up the WordPress query.
[14] Fix | Delete
wp();
[15] Fix | Delete
[16] Fix | Delete
// Load the theme template.
[17] Fix | Delete
require_once ABSPATH . WPINC . '/template-loader.php';
[18] Fix | Delete
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function