[buddypress-trac] [BuddyPress Trac] #5694: Issue with the ampersand character in members search
buddypress-trac
noreply at wordpress.org
Sun Jun 8 17:23:40 UTC 2014
#5694: Issue with the ampersand character in members search
----------------------------------------+------------------
Reporter: dontdream | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.1
Component: Members | Version:
Severity: normal | Resolution:
Keywords: has-patch needs-unit-tests |
----------------------------------------+------------------
Comment (by dontdream):
Thank you imath, I tested the patch and it works fine.
Actually it works for me even in a simpler form, patching buddypress.js
only, with
{{{
if ( search_terms.length ) {
search_terms = search_terms.split( '&' ).join( '&' );
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5694#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list