Changeset 4948 for trunk/templates/default/bbpress/loop-single-forum.php
- Timestamp:
- 05/27/2013 05:24:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/loop-single-forum.php
r4733 r4948 16 16 <?php do_action( 'bbp_theme_before_forum_title' ); ?> 17 17 18 <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>"><?php bbp_forum_title(); ?></a>18 <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a> 19 19 20 20 <?php do_action( 'bbp_theme_after_forum_title' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.