[wp-trac] Re: [WordPress Trac] #8833: extract pluggable.php function logic into separate functions

WordPress Trac wp-trac at lists.automattic.com
Tue May 12 14:07:03 GMT 2009


#8833: extract pluggable.php function logic into separate functions
-------------------------+--------------------------------------------------
 Reporter:  wnorris      |       Owner:  Viper007Bond            
     Type:  enhancement  |      Status:  new                     
 Priority:  normal       |   Milestone:  Future Release          
Component:  Plugins      |     Version:  2.8                     
 Severity:  normal       |    Keywords:  needs-patch dev-feedback
-------------------------+--------------------------------------------------
Changes (by Denis-de-Bernardy):

  * keywords:  has-patch needs-testing dev-feedback => needs-patch dev-
               feedback


Comment:

 Just for reference, though, this one:


 {{{
 function wp_password_change_notification( &$user ) {
    do_action( 'pluggable-wp_password_change_notification', $user );
 }
 }}}

 should be using do_action_ref_array(), or whatever it's called, due to the
 reference.

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


More information about the wp-trac mailing list