Making WordPress.org

Changeset 3948


Ignore:
Timestamp:
09/04/2016 07:43:58 AM (8 years ago)
Author:
netweb
Message:

BuddyPress.org: Remove redundant topic links title attributes.

Props SergeyBiryukov.
See #bbPress2634
See #1973.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/loop-single-topic.php

    r442 r3948  
    3535        <?php do_action( 'bbp_theme_before_topic_title' ); ?>
    3636
    37         <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink(); ?>" title="<?php bbp_topic_title(); ?>"><?php bbp_topic_title(); ?></a>
     37        <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink(); ?>"><?php bbp_topic_title(); ?></a>
    3838
    3939        <?php do_action( 'bbp_theme_after_topic_title' ); ?>
Note: See TracChangeset for help on using the changeset viewer.