Changeset 9107 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 10/09/2008 01:03:50 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.