From f309558d942c37381a21cc370170dc87b295b3ff Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 20 Oct 2005 22:15:07 +0000 Subject: [PATCH] Remove debug code. git-svn-id: http://svn.automattic.com/wordpress/trunk@2961 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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)) {