Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (16 years ago)
Author:
apeatling
Message:

Merging 1.1 branch changes and syncing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/blogs/recent-comments.php

    r1905 r2077  
    88
    99        <?php do_action( 'template_notices' ) // (error/success feedback) ?>
    10            
     10
    1111        <h2><?php _e("Recent Comments", "buddypress"); ?></h2>
    1212
     
    1717            <ul id="comment-list" class="item-list">
    1818                <?php while ( bp_comments() ) : bp_the_comment(); ?>
    19                    
     19
    2020                    <li id="comment-<?php bp_comment_id() ?>">
    2121                        <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>
     
    2525                        <?php do_action( 'bp_recent_comments_item' ) ?>
    2626                    </li>
    27                    
     27
    2828                <?php endwhile; ?>
    2929            </ul>
    30            
     30
    3131            <?php do_action( 'bp_recent_comments_content' ) ?>
    3232
Note: See TracChangeset for help on using the changeset viewer.