Changeset 4289 for trunk/wp-admin/menu.php
- Timestamp:
- 10/04/2006 03:49:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r4274 r4289 128 128 unset($id); 129 129 130 ksort($menu); // make it all pretty130 uksort($menu, "strnatcasecmp"); // make it all pretty 131 131 132 132 if (! user_can_access_admin_page()) {
Note: See TracChangeset
for help on using the changeset viewer.