Skip to:
Content

bbPress.org

Ticket #2745: 2745.02.patch

File 2745.02.patch, 447 bytes (added by r-a-y, 7 years ago)
  • src/includes/extend/buddypress/groups.php

     
    14321432         * @since 2.1.0 bbPress (r3802)
    14331433         */
    14341434        public function redirect_canonical() {
     1435                // If on a RSS feed, bail.
     1436                if ( is_feed() ) {
     1437                        return;
     1438                }
    14351439
    14361440                // Viewing a single forum
    14371441                if ( bbp_is_single_forum() ) {