Changeset 9107
- Timestamp:
- 10/09/08 01:03:50 (2 months ago)
- Files:
-
- trunk/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/dashboard.php
r9103 r9107 333 333 ?> 334 334 335 <div id="comment-<?php echo $comment->comment_ID; ?>" <?php comment_class( array( 'comment-item', wp_get_comment_status( ) ) ); ?>>335 <div id="comment-<?php echo $comment->comment_ID; ?>" <?php comment_class( array( 'comment-item', wp_get_comment_status($comment->comment_ID) ) ); ?>> 336 336 <?php if ( !$comment->comment_type || 'comment' == $comment->comment_type ) : ?> 337 337
