- Timestamp:
- 02/05/2011 06:00:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/loop-bbp_forums.php
r2818 r2844 45 45 <td class="bbp-forum-reply-count"><?php bbp_forum_reply_count(); ?></td> 46 46 47 <td class="bbp-forum-freshness"><?php bbp_forum_freshness_link(); ?></td> 47 <td class="bbp-forum-freshness"> 48 49 <?php bbp_forum_freshness_link(); ?> 50 51 <p class="bbp-topic-meta"> 52 53 <?php bbp_reply_author_avatar( bbp_get_forum_last_reply_id(), 15 ); ?> 54 <?php bbp_reply_author_link( bbp_get_forum_last_reply_id() ); ?> 55 56 </p> 57 </td> 48 58 49 59 </tr><!-- bbp-forum-<?php bbp_forum_id(); ?> -->
Note: See TracChangeset
for help on using the changeset viewer.