Make WordPress Core


Ignore:
Timestamp:
09/02/2014 06:49:11 AM (10 years ago)
Author:
nacin
Message:

Unit tests for has_filter() not resetting the array pointer.

props pento.
fixes #29070. see [29472].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/plugin.php

    r29472 r29665  
    106106 */
    107107function has_filter($tag, $function_to_check = false) {
     108    // Don't reset the internal array pointer
    108109    $wp_filter = $GLOBALS['wp_filter'];
    109110
Note: See TracChangeset for help on using the changeset viewer.