Ticket #14088: 14088.2.diff
| File 14088.2.diff, 687 bytes (added by , 16 years ago) |
|---|
-
wp-includes/classes.php
474 474 function handle_404() { 475 475 global $wp_query; 476 476 477 if ( ( 0 == count( $wp_query->posts ) ) && !is_404() && !is_robots() && !is_search() && !is_home() ) {477 if ( !is_admin() && ( 0 == count( $wp_query->posts ) ) && !is_404() && !is_robots() && !is_search() && !is_home() ) { 478 478 // Don't 404 for these queries if they matched an object. 479 479 if ( ( is_tag() || is_category() || is_tax() || is_author() ) && $wp_query->get_queried_object() && !is_paged() ) { 480 480 if ( !is_404() )
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)