@@ 223-226 (lines=4) @@ | ||
220 | $wp_current_filter[] = $tag; |
|
221 | ||
222 | // Sort. |
|
223 | if ( !isset( $merged_filters[ $tag ] ) ) { |
|
224 | ksort($wp_filter[$tag]); |
|
225 | $merged_filters[ $tag ] = true; |
|
226 | } |
|
227 | ||
228 | reset( $wp_filter[ $tag ] ); |
|
229 | ||
@@ 283-286 (lines=4) @@ | ||
280 | $wp_current_filter[] = $tag; |
|
281 | ||
282 | // Sort |
|
283 | if ( !isset( $merged_filters[ $tag ] ) ) { |
|
284 | ksort($wp_filter[$tag]); |
|
285 | $merged_filters[ $tag ] = true; |
|
286 | } |
|
287 | ||
288 | reset( $wp_filter[ $tag ] ); |
|
289 | ||
@@ 516-519 (lines=4) @@ | ||
513 | $args[] = func_get_arg($a); |
|
514 | ||
515 | // Sort |
|
516 | if ( !isset( $merged_filters[ $tag ] ) ) { |
|
517 | ksort($wp_filter[$tag]); |
|
518 | $merged_filters[ $tag ] = true; |
|
519 | } |
|
520 | ||
521 | reset( $wp_filter[ $tag ] ); |
|
522 | ||
@@ 592-595 (lines=4) @@ | ||
589 | $wp_current_filter[] = $tag; |
|
590 | ||
591 | // Sort |
|
592 | if ( !isset( $merged_filters[ $tag ] ) ) { |
|
593 | ksort($wp_filter[$tag]); |
|
594 | $merged_filters[ $tag ] = true; |
|
595 | } |
|
596 | ||
597 | reset( $wp_filter[ $tag ] ); |
|
598 |