Changeset 14512 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 05/08/2010 10:10:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r14493 r14512 294 294 <div class="tablenav"> 295 295 296 <?php if ( $comments ) { ?>297 296 <?php if ( $page_links ) : ?> 298 297 <div class="tablenav-pages"><?php $page_links_text = sprintf( '<span class="displaying-num">' . __( 'Displaying %s–%s of %s' ) . '</span>%s', … … 307 306 <?php endif; ?> 308 307 308 <?php if ( $comments ) : ?> 309 309 <div class="alignleft actions"> 310 310 <select name="action"> … … 332 332 <input type="submit" name="doaction" id="doaction" value="<?php esc_attr_e('Apply'); ?>" class="button-secondary apply" /> 333 333 <?php wp_nonce_field('bulk-comments'); ?> 334 335 <?php endif; ?> 334 336 335 337 <select name="comment_type"> … … 370 372 371 373 <div class="clear"></div> 374 <?php if ( $comments ) { ?> 372 375 373 376 <table class="widefat comments fixed" cellspacing="0">
Note: See TracChangeset
for help on using the changeset viewer.