Ticket #1973: meta-1973.patch
File meta-1973.patch, 1.6 KB (added by , 8 years ago) |
---|
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/loop-single-topic.php
34 34 35 35 <?php do_action( 'bbp_theme_before_topic_title' ); ?> 36 36 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> 38 38 39 39 <?php do_action( 'bbp_theme_after_topic_title' ); ?> 40 40 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-topic.php
34 34 35 35 <?php do_action( 'bbp_theme_before_topic_title' ); ?> 36 36 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> 38 38 39 39 <?php do_action( 'bbp_theme_after_topic_title' ); ?> 40 40