From 9d9cca40f7ecab3dbe390d08123fe300462eda3f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 20 Oct 2005 22:15:07 +0000 Subject: [PATCH] Remove debug code. git-svn-id: https://develop.svn.wordpress.org/trunk@2961 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/default/footer.php | 1 - wp-content/themes/default/header.php | 1 - wp-includes/classes.php | 1 - 3 files changed, 3 deletions(-) diff --git a/wp-content/themes/default/footer.php b/wp-content/themes/default/footer.php index c62443441c..2973ab6028 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 9c742588d6..c7dcbb0e91 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 604a061e5a..7f46c43e08 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)) {