Changeset 7429 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 03/20/2008 10:01:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r7391 r7429 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 }
Note: See TracChangeset
for help on using the changeset viewer.