- Timestamp:
- 10/16/2015 01:30:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/loop-search-forum.php
r5689 r5940 20 20 <?php do_action( 'bbp_theme_before_forum_title' ); ?> 21 21 22 <h3><?php esc_html_e( 'Forum: ', 'bbpress' ); ?><a href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a></h3> 22 <h3><?php esc_html_e( 'Forum:', 'bbpress' ); ?> 23 <a href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a></h3> 23 24 24 25 <?php do_action( 'bbp_theme_after_forum_title' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.