Making WordPress.org

Ticket #1973: meta-1973.patch

File meta-1973.patch, 1.6 KB (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/loop-single-topic.php

     
    3434
    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' ); ?>
    4040
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-topic.php

     
    3434
    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' ); ?>
    4040