Make WordPress Core

Changeset 9799


Ignore:
Timestamp:
11/20/2008 12:16:41 AM (16 years ago)
Author:
azaozz
Message:

Add closing form tag when no comments displayed, props sivel, fixes #8283

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r9746 r9799  
    318318
    319319<div id="ajax-response"></div>
    320 <?php
    321 } elseif ( 'moderated' == $_GET['comment_status'] ) {
    322 ?>
    323 <p>
    324 <?php _e('No comments awaiting moderation&hellip; yet.') ?>
    325 </p>
    326 <?php
    327 } else {
    328 ?>
    329 <p>
    330 <?php _e('No results found.') ?>
    331 </p>
    332 <?php
    333 }
    334 ?>
    335 
     320
     321<?php } elseif ( 'moderated' == $_GET['comment_status'] ) { ?>
     322<p><?php _e('No comments awaiting moderation&hellip; yet.') ?></p>
     323</form>
     324
     325<?php } else { ?>
     326<p><?php _e('No results found.') ?></p>
     327</form>
     328
     329<?php } ?>
    336330</div>
    337331
Note: See TracChangeset for help on using the changeset viewer.