Changeset 4290 for branches/2.0/wp-includes/functions.php
- Timestamp:
- 10/04/2006 03:50:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions.php
r4231 r4290 1194 1194 1195 1195 if ( isset($wp_filter[$tag]) ) 1196 ksort( $wp_filter[$tag]);1196 uksort( $wp_filter[$tag], "strnatcasecmp" ); 1197 1197 } 1198 1198
Note: See TracChangeset
for help on using the changeset viewer.