Changeset 3949
- Timestamp:
- 09/04/2016 07:45:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-topic.php
r3881 r3949 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.