Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21267, comment 4


Ignore:
Timestamp:
08/06/2012 12:26:14 AM (11 years ago)
Author:
wonderboymusic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21267, comment 4

    initial v1  
    33Also, since all of that code is ditched and strings are returned for functions, there is nothing unique about the ID created, it just returns a string representation of {{{a_function}}}, {{{MyClass::method}}}, or whatever represents a hash for a closure
    44
    5 I am working up a patch, and I also found a bug in {{{add_filter()}}} as pertains to {{{call_user_func( array( 'MyClass::static_method' ) )}}} - if {{{$arr[1]}}} is empty, a Warning is thrown and the callback is invalid
     5I am working up a patch