Changeset 4292
- Timestamp:
- 10/04/2006 03:55:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/classes.php
r4279 r4292 1622 1622 if ( !empty($this->query_vars['error']) && '404' == $this->query_vars['error'] ) { 1623 1623 status_header( 404 ); 1624 if ( !is_user_logged_in() ) 1625 nocache_headers(); 1624 1626 @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 1625 1627 } else if ( empty($this->query_vars['feed']) ) { … … 1711 1713 $wp_query->set_404(); 1712 1714 status_header( 404 ); 1715 nocache_headers(); 1713 1716 } elseif( is_404() != true ) { 1714 1717 status_header( 200 );
Note: See TracChangeset
for help on using the changeset viewer.