Changeset 10915
- Timestamp:
- 06/29/2016 08:11:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-profiledata.php
r10740 r10915 440 440 441 441 $is_single = false; 442 if ( ! is_array( $user_ids ) ) { 443 $user_ids = array( $user_ids ); 442 $user_ids = wp_parse_id_list( $user_ids ); 443 444 if ( 1 === count( $user_ids ) ) { 444 445 $is_single = true; 445 446 }
Note: See TracChangeset
for help on using the changeset viewer.