Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 7 years ago

#7748 closed defect (bug) (fixed)

BP Nouveau: Remove duplicate class attribute from Group RSS feed link.

Reported by: mercime's profile mercime Owned by: mercime's profile mercime
Milestone: 3.0 Priority: normal
Severity: normal Version:
Component: Templates Keywords: has-patch commit
Cc:

Description

In buddypress\src\bp-templates\bp-nouveau\buddypress\groups\single\activity.php:
<li class="feed"><a href="<?php bp_group_activity_feed_link(); ?>" class="bp-tooltip" data-bp-tooltip="<?php esc_attr_e( 'RSS Feed', 'buddypress' ); ?>" class="no-ajax"><span class="bp-screen-reader-text"><?php _e( 'RSS', 'buddypress' ); ?></span></a></li>

Attachments (1)

7748.patch (992 bytes) - added by mercime 7 years ago.

Download all attachments as: .zip

Change History (4)

@mercime
7 years ago

#1 @mercime
7 years ago

  • Keywords has-patch added

#2 @DJPaul
7 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.0

👍 good find!

#3 @mercime
7 years ago

  • Owner set to mercime
  • Resolution set to fixed
  • Status changed from new to closed

In 11975:

Nouveau: Remove duplicate class attribute from Group RSS feed link.

Fixes #7748.

Note: See TracTickets for help on using tickets.