Changeset 16108 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/31/2010 01:17:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r16061 r16108 205 205 <?php submit_button( __( 'Search Comments' ), 'button', 'submit', false ); ?> 206 206 </p> 207 208 207 <input type="hidden" name="mode" value="<?php echo esc_attr($mode); ?>" /> 209 208 <?php if ( $post_id ) : ?> … … 221 220 <?php } ?> 222 221 223 <br class="clear" /> 224 225 <?php if ( $wp_list_table->has_items() ) { ?> 226 227 <?php $wp_list_table->display_table(); ?> 228 229 <br class="clear" /> 230 </div> 231 232 </form> 233 234 <div id="ajax-response"></div> 235 236 <?php } elseif ( 'moderated' == $comment_status ) { ?> 237 <p><?php _e('No comments awaiting moderation… yet.') ?></p> 222 <?php $wp_list_table->display(); ?> 238 223 </div> 239 224 </form> 240 225 241 <?php } else { ?> 242 <p><?php _e('No comments found.') ?></p> 243 </div> 244 </form> 245 246 <?php } ?> 247 </div> 226 <div id="ajax-response"></div> 248 227 249 228 <?php
Note: See TracChangeset
for help on using the changeset viewer.