Changeset 4096
- Timestamp:
- 08/15/2006 05:03:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r4023 r4096 490 490 491 491 function set_404() { 492 $is_feed = $this->is_feed; 493 492 494 $this->init_query_flags(); 493 495 $this->is_404 = true; 496 497 $this->is_feed = $is_feed; 494 498 } 495 499
Note: See TracChangeset
for help on using the changeset viewer.