git-svn-id: https://develop.svn.wordpress.org/trunk@2418 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8089bd2956
commit
d22dd5f1bd
@ -872,12 +872,10 @@ function merge_filters($tag) {
|
||||
$wp_filter[$tag][$priority] = array_merge($wp_filter['all'][$priority], array());
|
||||
$wp_filter[$tag][$priority] = array_unique($wp_filter[$tag][$priority]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($wp_filter[$tag]))
|
||||
ksort($wp_filter[$tag]);
|
||||
if ( isset($wp_filter[$tag]) )
|
||||
ksort( $wp_filter[$tag] );
|
||||
}
|
||||
|
||||
function apply_filters($tag, $string) {
|
||||
|
Loading…
Reference in New Issue
Block a user