Changeset 3452 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 11/19/2010 08:27:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r3386 r3452 72 72 <?php if ( 'pingback' == $comment->comment_type ) return false; ?> 73 73 74 <li id="comment-<?php comment_ID(); ?>">74 <li <?php comment_class(); ?> id="comment-<?php comment_ID(); ?>"> 75 75 <div class="comment-avatar-box"> 76 76 <div class="avb">
Note: See TracChangeset
for help on using the changeset viewer.