Changeset 29665 for trunk/src/wp-includes/plugin.php
- Timestamp:
- 09/02/2014 06:49:11 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r29472 r29665 106 106 */ 107 107 function has_filter($tag, $function_to_check = false) { 108 // Don't reset the internal array pointer 108 109 $wp_filter = $GLOBALS['wp_filter']; 109 110
Note: See TracChangeset
for help on using the changeset viewer.