Ticket #6306: 6306.diff
File 6306.diff, 776 bytes (added by , 17 years ago) |
---|
-
wp-admin/includes/dashboard.php
284 284 ?> 285 285 <blockquote><p>“<?php comment_excerpt(); ?>”</p></blockquote> 286 286 <p class='comment-meta'><?php echo $comment_meta; ?></p> 287 287 <?php 288 if ( $comments_query->comment_count > 1 ) : ?> 288 289 <ul id="dashboard-comments-list"> 289 290 <?php 290 else : 291 endif; // comment_count 292 else : // is_first 291 293 ?> 292 294 293 295 <li class='comment-meta'><?php echo $comment_meta; ?></li> 294 296 <?php 295 endif; 297 endif; // is_first 296 298 } 297 ?>298 299 300 if ( $comments_query->comment_count > 1 ) : ?> 299 301 </ul> 300 301 302 <?php 303 endif; // comment_count; 302 304 303 305 } 304 306