Changeset 6204
- Timestamp:
- 07/27/2012 03:03:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-filters.php
r6203 r6204 175 175 // More than 5 commas 176 176 if ( count( explode( ' ', $value ) ) > 5 ) { 177 $new_values[] = $value;177 $new_values[] = esc_html( $value ); 178 178 179 179 // Less than 5 commas
Note: See TracChangeset
for help on using the changeset viewer.