Changes between Initial Version and Version 1 of Ticket #17111, comment 2

Timestamp:
04/12/11 01:23:36 (2 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17111, comment 2

    initial v1  
    1818 
    1919* not a useful behaviour anymore 
    20 * WP core doesn't use it anywhere; instead, it uses the more flexible call_user_func_array() 
     20* WP core doesn't use it anywhere; instead, it uses the more flexible do_action_ref_array() 
    2121* unlikely that plugins call {{{do_action( 'whatever', array( &$this ) );}}} 
    2222* speed improvement