Skip to:
Content

BuddyPress.org

Changeset 3452


Ignore:
Timestamp:
11/19/2010 08:27:13 PM (16 years ago)
Author:
djpaul
Message:

Add comment_class() template tag to comment LI elements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/functions.php

    r3386 r3452  
    7272        <?php if ( 'pingback' == $comment->comment_type ) return false; ?>
    7373
    74         <li id="comment-<?php comment_ID(); ?>">
     74        <li <?php comment_class(); ?> id="comment-<?php comment_ID(); ?>">
    7575                <div class="comment-avatar-box">
    7676                        <div class="avb">
Note: See TracChangeset for help on using the changeset viewer.