[wp-trac] Re: [WordPress Trac] #5121: statistics reported back from wordpress 2.3 bugged

WordPress Trac wp-trac at lists.automattic.com
Mon Oct 8 15:00:40 GMT 2007


#5121: statistics reported back from wordpress 2.3 bugged
---------------------+------------------------------------------------------
 Reporter:  ihad     |        Owner:  anonymous
     Type:  defect   |       Status:  reopened 
 Priority:  high     |    Milestone:  2.3.1    
Component:  General  |      Version:  2.3      
 Severity:  normal   |   Resolution:           
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by andy):

  * priority:  normal => high
  * milestone:  2.5 => 2.3.1

Comment:

 $wp_the_query must be fixed in the next bugfix release. Please do not push
 this back.

 Proposed solution: at the end of wp(), do
 {{{
 global $wp_the_query, $wp_query;
 if ( !isset( $wp_the_query ) )
   $wp_the_query = $wp_query;
 }}}
 without reference ampersand.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5121#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list