Changeset 2418
- Timestamp:
- 03/07/2005 03:20:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2416 r2418 873 873 $wp_filter[$tag][$priority] = array_unique($wp_filter[$tag][$priority]); 874 874 } 875 876 } 877 } 878 879 if (isset($wp_filter[$tag])) 880 ksort($wp_filter[$tag]); 875 } 876 877 if ( isset($wp_filter[$tag]) ) 878 ksort( $wp_filter[$tag] ); 881 879 } 882 880
Note: See TracChangeset
for help on using the changeset viewer.