Ticket #9089: 9089.01.patch
File 9089.01.patch, 419 bytes (added by , 10 months ago) |
---|
-
src/bp-core/bp-core-template-loader.php
619 619 return; 620 620 } 621 621 622 // Prevent doing this again. 623 remove_action( 'parse_query', 'bp_parse_ajax_referer_query', 2 ); 624 622 625 /** 623 626 * Fires at the end of the bp_parse_ajax_referer_query function. 624 627 *