# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Users/mikeschinkel/Sites/wordpress/trunk/wp-includes
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 466 | 466 | status_header( 200 ); |
| 467 | 467 | return; |
| 468 | 468 | } |
| | 469 | if (apply_filters('handle_404',false)) |
| | 470 | status_header( 200 ); |
| | 471 | else { |
| 469 | 472 | $wp_query->set_404(); |
| 470 | 473 | status_header( 404 ); |
| 471 | 474 | nocache_headers(); |
| | 475 | } |
| 472 | 476 | } elseif ( !is_404() ) { |
| 473 | 477 | status_header( 200 ); |
| 474 | 478 | } |