[wp-trac] Re: [WordPress Trac] #10232: Add new hooks called after template parts are loaded

WordPress Trac wp-trac at lists.automattic.com
Mon Jun 22 18:16:33 GMT 2009


#10232: Add new hooks called after template parts are loaded
-------------------------+--------------------------------------------------
 Reporter:  sirzooro     |        Owner:          
     Type:  enhancement  |       Status:  reopened
 Priority:  normal       |    Milestone:  2.8.1   
Component:  Template     |      Version:  2.8     
 Severity:  normal       |   Resolution:          
 Keywords:  has-patch    |  
-------------------------+--------------------------------------------------
Changes (by sirzooro):

  * status:  closed => reopened
  * resolution:  invalid =>
  * milestone:  => 2.8.1


Comment:

 I have checked following code but it does not work as expected - test
 string was displayed above posts and above entries in recent post list.
 Could you check this?

 {{{
 function loop_start_handler() {
     global $wp_query, $wp_the_query;
     if ( $wp_query === $wp_the_query ) {
         echo '<p style="color:red">TEST</p>';
     }
 }
 }}}

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


More information about the wp-trac mailing list