Changeset 3914
- Timestamp:
- 06/24/06 06:00:13 (3 years ago)
- Files:
-
- branches/2.0/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/classes.php
r3771 r3914 1610 1610 if ( !empty($this->query_vars['error']) && '404' == $this->query_vars['error'] ) { 1611 1611 status_header( 404 ); 1612 @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 1612 1613 } else if ( empty($this->query_vars['feed']) ) { 1613 1614 @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
