Changeset 4615 for trunk/templates/default/bbpress/loop-single-topic.php
- Timestamp:
- 12/21/2012 08:12:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/loop-single-topic.php
r4594 r4615 22 22 <?php do_action( 'bbp_theme_before_topic_favorites_action' ); ?> 23 23 24 <?php bbp_user_favorites_link( array( ' mid' => '+', 'post' => '' ), array( 'pre' => '', 'mid' => '×', 'post' => '' ) ); ?>24 <?php bbp_user_favorites_link( array( 'before' => '', 'favorite' => '+', 'favorited' => '×' ) ); ?> 25 25 26 26 <?php do_action( 'bbp_theme_after_topic_favorites_action' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.