Skip to:
Content

bbPress.org

Ticket #2745: 2745.01.patch

File 2745.01.patch, 488 bytes (added by r-a-y, 8 years ago)
  • src/includes/extend/buddypress/groups.php

     
    13891389         * @since bbPress (r3802)
    13901390         */
    13911391        public function redirect_canonical() {
     1392                // If on a BP group RSS feed, bail.
     1393                if ( bp_is_group() && bp_is_current_action( 'feed' ) ) {
     1394                        return;
     1395                }
    13921396
    13931397                // Viewing a single forum
    13941398                if ( bbp_is_single_forum() ) {