Update WP and plugins

This commit is contained in:
Oliver Davies 2019-04-16 20:56:22 +01:00
parent 10a4713229
commit 1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions

View file

@ -7,9 +7,9 @@
* @since 3.1.0
*/
define('WP_USER_ADMIN', true);
define( 'WP_USER_ADMIN', true );
require_once( dirname(dirname(__FILE__)) . '/admin.php');
require_once( dirname( dirname( __FILE__ ) ) . '/admin.php' );
if ( ! is_multisite() ) {
wp_redirect( admin_url() );