Make WordPress Core

Changeset 10438


Ignore:
Timestamp:
01/26/2009 03:14:04 AM (17 years ago)
Author:
markjaquith
Message:

Make the top and bottom comment actions dropdowns match ("Approve" was not appearing on bottom one). for trunk

File:
1 edited

Legend:

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

    r10348 r10438  
    333333<option value="unapprove"><?php _e('Unapprove'); ?></option>
    334334<?php endif; ?>
    335 <?php if ( empty($comment_status) || 'moderated' == $comment_status ): ?>
     335<?php if ( empty($comment_status) || 'moderated' == $comment_status || 'spam' == $comment_status ): ?>
    336336<option value="approve"><?php _e('Approve'); ?></option>
    337337<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.