Remove debug code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
df89b36156
commit
f309558d94
|
@ -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>
|
||||||
|
|
|
@ -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">
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in New Issue