Changeset 4289 for trunk/wp-includes/plugin.php
- Timestamp:
- 10/04/2006 03:49:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/plugin.php
r4186 r4289 71 71 72 72 if ( isset($wp_filter[$tag]) ) 73 ksort( $wp_filter[$tag]);73 uksort( $wp_filter[$tag], "strnatcasecmp" ); 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.