[wp-trac] [WordPress Trac] #14880: 404 Errors Replaced with Category Pages

WordPress Trac wp-trac at lists.automattic.com
Wed Sep 15 20:39:34 UTC 2010


#14880: 404 Errors Replaced with Category Pages
--------------------------+-------------------------------------------------
 Reporter:  askapache     |       Owner:  scribu           
     Type:  defect (bug)  |      Status:  reviewing        
 Priority:  normal        |   Milestone:  3.1              
Component:  Query         |     Version:  3.1              
 Severity:  normal        |    Keywords:  reporter-feedback
--------------------------+-------------------------------------------------

Comment(by scribu):

 Also, here's some debugging code:

 `
 add_action('wp_head', 'wp_debug');

 function wp_debug() {
         global $wp_query;

         echo '<pre>';
         print_r($wp_query);
         echo '</pre>';
 };
 `

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14880#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list