diff --git a/wp-content/themes/default/footer.php b/wp-content/themes/default/footer.php index c62443441..2973ab602 100644 --- a/wp-content/themes/default/footer.php +++ b/wp-content/themes/default/footer.php @@ -15,6 +15,5 @@ - diff --git a/wp-content/themes/default/header.php b/wp-content/themes/default/header.php index 9c742588d..c7dcbb0e9 100644 --- a/wp-content/themes/default/header.php +++ b/wp-content/themes/default/header.php @@ -48,7 +48,6 @@ -
diff --git a/wp-includes/classes.php b/wp-includes/classes.php index 604a061e5..7f46c43e0 100644 --- a/wp-includes/classes.php +++ b/wp-includes/classes.php @@ -1431,7 +1431,6 @@ class WP { // to the path info. if ((! empty($req_uri)) && (strpos($match, $req_uri) === 0) && ($req_uri != $request)) { $request_match = $req_uri . '/' . $request; -die("$request_match $match
"); } if (preg_match("!^$match!", $request_match, $matches)) {