Changeset 2077 for trunk/bp-themes/bp-sn-parent/blogs/recent-comments.php
- Timestamp:
- 11/02/2009 07:54:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/blogs/recent-comments.php
r1905 r2077 8 8 9 9 <?php do_action( 'template_notices' ) // (error/success feedback) ?> 10 10 11 11 <h2><?php _e("Recent Comments", "buddypress"); ?></h2> 12 12 … … 17 17 <ul id="comment-list" class="item-list"> 18 18 <?php while ( bp_comments() ) : bp_the_comment(); ?> 19 19 20 20 <li id="comment-<?php bp_comment_id() ?>"> 21 21 <span class="small"><?php printf( __( 'On %1$s %2$s said:', 'buddypress' ), bp_comment_date( __( 'F jS, Y', 'buddypress' ), false ), bp_comment_author( false ) ); ?></span> … … 25 25 <?php do_action( 'bp_recent_comments_item' ) ?> 26 26 </li> 27 27 28 28 <?php endwhile; ?> 29 29 </ul> 30 30 31 31 <?php do_action( 'bp_recent_comments_content' ) ?> 32 32
Note: See TracChangeset
for help on using the changeset viewer.