Make WordPress Core


Ignore:
Timestamp:
11/23/2003 01:15:51 AM (22 years ago)
Author:
mikelittle
Message:

Close span tag for unapproved

File:
1 edited

Legend:

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

    r549 r552  
    161161            } // end if any comments to show
    162162            ?> <a href="edit.php?p=<?php echo $comment->comment_post_ID; ?>">View Post</a></p>
     163        <?php
     164            if ("unapproved" == $comment_status) {
     165                echo "</span>";
     166            }
     167        ?>
    163168        </li>
    164 
    165169
    166170        <?php
Note: See TracChangeset for help on using the changeset viewer.