Changeset 5211 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 04/07/2007 07:06:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r5210 r5211 1871 1871 function get_importers() { 1872 1872 global $wp_importers; 1873 // usort($wp_importers, create_function('$a, $b', 'return strcmp($a[0], $b[0]);'));1873 uasort($wp_importers, create_function('$a, $b', 'return strcmp($a[0], $b[0]);')); 1874 1874 return $wp_importers; 1875 1875 }
Note: See TracChangeset
for help on using the changeset viewer.