Ticket #29070: 29070.diff
File 29070.diff, 416 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/plugin.php
105 105 * return value. 106 106 */ 107 107 function has_filter($tag, $function_to_check = false) { 108 global $wp_filter;108 $wp_filter = $GLOBALS['wp_filter']; 109 109 110 110 $has = ! empty( $wp_filter[ $tag ] ); 111 111