Changeset 6205
- Timestamp:
- 07/27/2012 03:04:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-filters.php
r6204 r6205 173 173 } else { 174 174 175 // More than 5 commas175 // More than 5 spaces 176 176 if ( count( explode( ' ', $value ) ) > 5 ) { 177 177 $new_values[] = esc_html( $value ); 178 178 179 // Less than 5 commas179 // Less than 5 spaces 180 180 } else { 181 181 $search_url = add_query_arg( array( 's' => urlencode( $value ) ), bp_get_members_directory_permalink() );
Note: See TracChangeset
for help on using the changeset viewer.