Changeset 4290 for branches/2.0/wp-admin/users.php
- Timestamp:
- 10/04/2006 03:50:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/users.php
r3937 r4290 207 207 <?php 208 208 foreach($roleclasses as $role => $roleclass) { 209 ksort($roleclass);209 uksort($roleclass, "strnatcasecmp"); 210 210 ?> 211 211
Note: See TracChangeset
for help on using the changeset viewer.