mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Cleaning up comment moderation and the comment code in general. More to do tomorrow with regards to wp-moderation.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@549 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -37,8 +37,9 @@ if ($previousXstart < 0) {
|
||||
ob_start();
|
||||
?>
|
||||
<ul id="adminmenu2">
|
||||
<li><a href="edit.php">Posts</a></li>
|
||||
<li class="last"><a href="edit-comments.php" class="current">Comments</a></li>
|
||||
<li><a href="edit.php">Latest Posts</a></li>
|
||||
<li class="last"><a href="edit-comments.php" class="current">Latest Comments</a></li>
|
||||
<li><a href="wp-moderation.php">Comments Awaiting Moderation</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="wrap">
|
||||
|
||||
Reference in New Issue
Block a user