Changeset 29472
- Timestamp:
- 08/12/2014 02:46:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r29422 r29472 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 ] );
Note: See TracChangeset
for help on using the changeset viewer.