Changeset 3948
- Timestamp:
- 09/04/2016 07:43:58 AM (8 years ago)
- 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 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' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.