Remove debug code.

git-svn-id: https://develop.svn.wordpress.org/trunk@2961 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-10-20 22:15:07 +00:00
parent a2a0f6031e
commit 9d9cca40f7
3 changed files with 0 additions and 3 deletions

View File

@ -15,6 +15,5 @@
<?php /* "Just what do you think you're doing Dave?" */ ?> <?php /* "Just what do you think you're doing Dave?" */ ?>
<?php wp_footer(); ?> <?php wp_footer(); ?>
<?php echo $GLOBALS['dump_bot']; ?>
</body> </body>
</html> </html>

View File

@ -48,7 +48,6 @@
<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>
<body> <body>
<?php echo $GLOBALS['dump_top']; ?>
<div id="page"> <div id="page">

View File

@ -1431,7 +1431,6 @@ class WP {
// to the path info. // to the path info.
if ((! empty($req_uri)) && (strpos($match, $req_uri) === 0) && ($req_uri != $request)) { if ((! empty($req_uri)) && (strpos($match, $req_uri) === 0) && ($req_uri != $request)) {
$request_match = $req_uri . '/' . $request; $request_match = $req_uri . '/' . $request;
die("$request_match $match<br />");
} }
if (preg_match("!^$match!", $request_match, $matches)) { if (preg_match("!^$match!", $request_match, $matches)) {