mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-03 18:47:05 +02:00
Don't leave in debugging code (it's late)
git-svn-id: http://svn.automattic.com/wordpress/trunk@2011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d046644a4c
commit
0310599445
@ -78,7 +78,7 @@ class WP_Query {
|
||||
} elseif (!empty($qv['s'])) {
|
||||
$this->is_search = true;
|
||||
} else {
|
||||
die('heree5'); // Look for archive queries. Dates, categories, authors.
|
||||
// Look for archive queries. Dates, categories, authors.
|
||||
|
||||
if ( (int) $qv['second']) {
|
||||
$this->is_time = true;
|
||||
|
Loading…
Reference in New Issue
Block a user