Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1682 closed enhancement (fixed)

bp_filter_request : store the extra var in a cookie too ?

Reported by: grosbouff's profile grosbouff Owned by:
Milestone: 1.2 Priority: major
Severity: Version:
Component: 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
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in trunk.

Note: See TracTickets for help on using tickets.