Ticket #19986: plugin.php.diff
| File plugin.php.diff, 370 bytes (added by pagesimplify, 16 months ago) |
|---|
-
plugin.php
750 750 static $filter_id_count = 0; 751 751 752 752 if ( is_string($function) ) 753 return $function;753 return trim($function); 754 754 755 755 if ( is_object($function) ) { 756 756 // Closures are currently implemented as objects
