Changeset 12546 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 12/26/2009 09:00:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r12461 r12546 136 136 137 137 if ( $approved > 0 || $deleted > 0 || $trashed > 0 || $untrashed > 0 || $spammed > 0 || $unspammed > 0 ) { 138 echo '<div id="moderated" class="updated fade"><p>';138 echo '<div id="moderated" class="updated"><p>'; 139 139 140 140 if ( $approved > 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.