Skip to:
Content

BuddyPress.org

Ticket #9089: 9089.01.patch

File 9089.01.patch, 419 bytes (added by r-a-y, 10 months ago)
  • src/bp-core/bp-core-template-loader.php

     
    619619                return;
    620620        }
    621621
     622        // Prevent doing this again.
     623        remove_action( 'parse_query', 'bp_parse_ajax_referer_query', 2 );
     624
    622625        /**
    623626         * Fires at the end of the bp_parse_ajax_referer_query function.
    624627         *