Changeset 5156 for trunk/templates/default/bbpress/loop-single-forum.php
- Timestamp:
- 11/20/2013 07:50:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/loop-single-forum.php
r4974 r5156 13 13 14 14 <li class="bbp-forum-info"> 15 16 <?php if ( bbp_is_user_home() && bbp_is_subscriptions() ) : ?> 17 18 <span class="bbp-row-actions"> 19 20 <?php do_action( 'bbp_theme_before_forum_subscription_action' ); ?> 21 22 <?php bbp_forum_subscription_link( array( 'before' => '', 'subscribe' => '+', 'unsubscribe' => '×' ) ); ?> 23 24 <?php do_action( 'bbp_theme_after_forum_subscription_action' ); ?> 25 26 </span> 27 28 <?php endif; ?> 15 29 16 30 <?php do_action( 'bbp_theme_before_forum_title' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.