- Timestamp:
- 02/11/2011 12:14:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/single-bbp_topic.php
r2818 r2878 25 25 <?php bbp_topic_tag_list(); ?> 26 26 27 <?php bbp_single_topic_description(); ?> 28 27 29 <div id="ajax-response"></div> 28 30 … … 48 50 <span class="bbp-topic_replies"><?php bbp_topic_replies_link(); ?></span> 49 51 <span class="bbp-topic_voices"><?php printf( _n( '(%s voice)', '(%s voices)', bbp_get_topic_voice_count(), 'bbpress' ), bbp_get_topic_voice_count() ); ?></span> 50 <span class="bbp-admin-links"><?php bbp_topic_admin_links(); ?><span> 52 53 <?php bbp_topic_admin_links(); ?> 54 51 55 </td> 52 56 </tr> … … 56 60 57 61 <tr class="bbp-topic-header"> 58 <td class="bbp-topic-author"><?php bbp_topic_author_ display_name(); ?></td>62 <td class="bbp-topic-author"><?php bbp_topic_author_link( array( 'type' => 'name' ) ); ?></td> 59 63 60 64 <td class="bbp-topic-content"> … … 68 72 <tr id="reply-<?php bbp_topic_id(); ?>" <?php post_class( 'bbp-forum-topic' ); ?>> 69 73 70 <td class="bbp-topic-author"><?php bbp_topic_author_link( ); ?></td>74 <td class="bbp-topic-author"><?php bbp_topic_author_link( array( 'type' => 'avatar' ) ); ?></td> 71 75 72 76 <td class="bbp-topic-content">
Note: See TracChangeset
for help on using the changeset viewer.