Update WP and plugins
This commit is contained in:
parent
10a4713229
commit
1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions
|
@ -5,12 +5,12 @@
|
|||
* @package WordPress
|
||||
*/
|
||||
|
||||
if ( !isset($wp_did_header) ) {
|
||||
if ( ! isset( $wp_did_header ) ) {
|
||||
|
||||
$wp_did_header = true;
|
||||
|
||||
// Load the WordPress library.
|
||||
require_once( dirname(__FILE__) . '/wp-load.php' );
|
||||
require_once( dirname( __FILE__ ) . '/wp-load.php' );
|
||||
|
||||
// Set up the WordPress query.
|
||||
wp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue