Ticket #1435: classes.php.diff
File classes.php.diff, 471 bytes (added by , 18 years ago) |
---|
-
classes.php
501 501 $where .= ' AND (post_status = "static")'; 502 502 } elseif ($this->is_single) { 503 503 $where .= ' AND (post_status != "static")'; 504 } elseif ($this->is_search) { 505 $where .= ' AND (post_status = "publish" OR post_status = "static")'; 504 506 } else { 505 507 $where .= ' AND (post_status = "publish"'; 506 508