Changeset 5206 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 04/07/2007 03:53:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r5184 r5206 1871 1871 function get_importers() { 1872 1872 global $wp_importers; 1873 1873 usort($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.