Changeset 4088 for trunk/bp-xprofile/bp-xprofile-filters.php
- Timestamp:
- 03/08/2011 06:35:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-filters.php
r4083 r4088 131 131 $new_values[] = $value; 132 132 } else { 133 $new_values[] = '<a href="' . site_url( BP_MEMBERS_SLUG) . '/?s=' . strip_tags( $value ) . '" rel="nofollow">' . $value . '</a>';133 $new_values[] = '<a href="' . site_url( bp_get_members_root_slug() ) . '/?s=' . strip_tags( $value ) . '" rel="nofollow">' . $value . '</a>'; 134 134 } 135 135 }
Note: See TracChangeset
for help on using the changeset viewer.