Changeset 4227
- Timestamp:
- 09/25/2006 01:51:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/classes.php
r3958 r4227 247 247 248 248 function set_404() { 249 $is_feed = $this->is_feed; 250 249 251 $this->init_query_flags(); 250 $this->is_404 = true; 252 $this->is_404 = true; 253 254 $this->is_feed = $is_feed; 251 255 } 252 256
Note: See TracChangeset
for help on using the changeset viewer.