- Timestamp:
- 09/12/2021 08:43:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r13005 r13108 701 701 // Set up the cookies passed on this AJAX request. Store a local var to avoid conflicts. 702 702 if ( ! empty( $_POST['cookie'] ) ) { 703 $_BP_COOKIE = wp_parse_args( str_replace( '; ', '&', urldecode( $_POST['cookie'] ) ) ); 703 $_BP_COOKIE = bp_parse_args( 704 str_replace( '; ', '&', urldecode( $_POST['cookie'] ) ) 705 ); 704 706 } else { 705 707 $_BP_COOKIE = &$_COOKIE;
Note: See TracChangeset
for help on using the changeset viewer.