Changeset 4290 for branches/2.0/wp-admin/menu.php
- Timestamp:
- 10/04/2006 03:50:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/menu.php
r3185 r4290 56 56 57 57 do_action('admin_menu', ''); 58 ksort($menu); // make it all pretty58 uksort($menu, "strnatcasecmp"); // make it all pretty 59 59 60 60 if (! user_can_access_admin_page()) {
Note: See TracChangeset
for help on using the changeset viewer.