Ticket #23265: 23265.diff
File 23265.diff, 385 bytes (added by , 12 years ago) |
---|
-
wp-includes/plugin.php
diff --git wp-includes/plugin.php wp-includes/plugin.php index f97395d..9683865 100644
function _wp_filter_build_unique_id($tag, $function, $priority) { 784 784 } 785 785 } else if ( is_string($function[0]) ) { 786 786 // Static Calling 787 return $function[0] .$function[1];787 return $function[0] . '::' . $function[1]; 788 788 } 789 789 }