[wp-trac] [WordPress Trac] #16124: Strange hook name

WordPress Trac wp-trac at lists.automattic.com
Thu Jan 6 13:04:27 UTC 2011


#16124: Strange hook name
-------------------------+-----------------------------
 Reporter:  F J Kaiser   |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Post Types   |    Version:
 Severity:  trivial      |   Keywords:  hook
-------------------------+-----------------------------
 In /core_root/wp-include/post.php line 884 is the following hook:


 {{{
 add_action( 'future_' . $post_type, '_future_post_hook', 5, 2 );
 }}}


 Example: future_''events''_future_post_hook

 Looks pretty strange. I hope that one isn't used to often, so the name can
 still be changed...

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16124>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list