Changeset 11366 for trunk/src/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 01/02/2017 08:13:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-admin.php
r11360 r11366 701 701 702 702 // Sort these fields types alphabetically. 703 uasort( $fields, create_function( '$a, $b', 'return strnatcmp( $a[1]->name, $b[1]->name );' ));703 uasort( $fields, function( $a, $b ) { return strnatcmp( $a[1]->name, $b[1]->name ); } ); 704 704 705 705 foreach ( $fields as $field_type_obj ) {
Note: See TracChangeset
for help on using the changeset viewer.