[wp-trac] Re: [WordPress Trac] #8827: Add 'app_create_post' and 'app_put_post' hooks in Atompub backend.

WordPress Trac wp-trac at lists.automattic.com
Fri Jan 9 13:54:53 GMT 2009


#8827: Add 'app_create_post' and 'app_put_post' hooks in Atompub backend.
-------------------------+--------------------------------------------------
 Reporter:  znarfor      |        Owner:  anonymous
     Type:  enhancement  |       Status:  new      
 Priority:  normal       |    Milestone:  2.8      
Component:  General      |      Version:  2.7      
 Severity:  normal       |   Resolution:           
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by znarfor):

 Typo, it should be

 {{{
 add_action('app_create_post', 'app_handle_license', 10, /* 2 arguments */
 2);
 add_action('app_put_post', 'app_handle_license', 10, /* 2 arguments */ 2);
 }}}

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


More information about the wp-trac mailing list