Ticket #2745: 2745.01.patch
File 2745.01.patch, 488 bytes (added by , 8 years ago) |
---|
-
src/includes/extend/buddypress/groups.php
1389 1389 * @since bbPress (r3802) 1390 1390 */ 1391 1391 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 } 1392 1396 1393 1397 // Viewing a single forum 1394 1398 if ( bbp_is_single_forum() ) {