Changeset 10407 for trunk/src/bp-xprofile/bp-xprofile-filters.php
- Timestamp:
- 12/14/2015 03:20:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-filters.php
r10254 r10407 368 368 // Less than 5 spaces. 369 369 } else { 370 $search_url = add_query_arg( array( 's' => urlencode( $value ) ), bp_get_members_directory_permalink() ); 370 $query_arg = bp_core_get_component_search_query_arg( 'members' ); 371 $search_url = add_query_arg( array( $query_arg => urlencode( $value ) ), bp_get_members_directory_permalink() ); 371 372 $new_values[] = '<a href="' . esc_url( $search_url ) . '" rel="nofollow">' . $value . '</a>'; 372 373 }
Note: See TracChangeset
for help on using the changeset viewer.