Make WordPress Core


Ignore:
Timestamp:
05/07/2010 02:38:12 AM (14 years ago)
Author:
nacin
Message:

Add missing closing div tags to some edit-comments.php branches. props JohnONolan, fixes #13287.

File:
1 edited

Legend:

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

    r14407 r14493  
    457457<?php } elseif ( 'moderated' == $comment_status ) { ?>
    458458<p><?php _e('No comments awaiting moderation&hellip; yet.') ?></p>
     459</div>
    459460</form>
    460461
    461462<?php } else { ?>
    462463<p><?php _e('No comments found.') ?></p>
     464</div>
    463465</form>
    464466
Note: See TracChangeset for help on using the changeset viewer.