- Timestamp:
- 02/11/2011 12:14:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/loop-bbp_replies.php
r2818 r2878 24 24 <tfoot> 25 25 <tr> 26 <td colspan="2"><?php bbp_topic_admin_links(); ?></td> 26 <th class="bbp-reply-author"><?php _e( 'Author', 'bbpress' ); ?></th> 27 <th class="bbp-reply-content"><?php _e( 'Replies', 'bbpress' ); ?></th> 27 28 </tr> 28 29 </tfoot> … … 49 50 <tr id="reply-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>> 50 51 51 <td class="bbp-reply-author"><?php bbp_reply_author_link( ); ?></td>52 <td class="bbp-reply-author"><?php bbp_reply_author_link( array( 'type' => 'avatar' ) ); ?></td> 52 53 53 54 <td class="bbp-reply-content">
Note: See TracChangeset
for help on using the changeset viewer.