Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

#1682 closed enhancement (fixed)

bp_filter_request : store the extra var in a cookie too ?

Reported by: grosbouff Owned by:
Priority: major Milestone: 1.2
Component: Version:
Severity: Keywords:
Cc:

Description

Hi, don't we need to store the "extra" variable in a cookie too, inside the bp_filter_request ?

j.cookie( 'bp-' + id + '-type', type, null );
j.cookie( 'bp-' + id + '-filter', filter, null );
j.cookie( 'bp-' + id + '-page', page, null );
j.cookie( 'bp-' + id + '-search-terms', search_terms, null );

-->j.cookie( 'bp-' + id + '-extras', extras, null );

Change History (1)

#1 @apeatling
17 years ago

  • Resolutionfixed
  • Status newclosed

Fixed in trunk.

Note: See TracTickets for help on using tickets.