Skip to:
Content

BuddyPress.org

Changeset 6205


Ignore:
Timestamp:
07/27/2012 03:04:23 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Fix inline doc from r6203.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-filters.php

    r6204 r6205  
    173173            } else {
    174174
    175                 // More than 5 commas
     175                // More than 5 spaces
    176176                if ( count( explode( ' ', $value ) ) > 5 ) {
    177177                    $new_values[] = esc_html( $value );
    178178
    179                 // Less than 5 commas
     179                // Less than 5 spaces
    180180                } else {
    181181                    $search_url   = add_query_arg( array( 's' => urlencode( $value ) ), bp_get_members_directory_permalink() );
Note: See TracChangeset for help on using the changeset viewer.