Changeset 2320
- Timestamp:
- 02/14/2005 04:29:53 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-blog-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-blog-header.php
r2309 r2320 110 110 111 111 if ( !empty($error) && '404' == $error ) { 112 header('HTTP/1.x 404 Not Found');112 @header('HTTP/1.x 404 Not Found'); 113 113 } else if ( empty($feed) ) { 114 114 @header('X-Pingback: '. get_bloginfo('pingback_url')); 115 @header('Content-type: text/html; charset=' . get_option('blog_charset')); 115 116 } else { 116 117 // We're showing a feed, so WP is indeed the only thing that last changed
Note: See TracChangeset
for help on using the changeset viewer.