Changeset 3759 for trunk/wp-admin/moderation.php
- Timestamp:
- 05/02/2006 10:36:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/moderation.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/moderation.php
r3722 r3759 33 33 case 'update': 34 34 35 check_admin_referer( );35 check_admin_referer('moderate-comments'); 36 36 37 37 if ( ! current_user_can('moderate_comments') ) … … 133 133 <h2><?php _e('Moderation Queue') ?></h2> 134 134 <form name="approval" action="moderation.php" method="post"> 135 <?php wp_nonce_field('moderate-comments') ?> 135 136 <input type="hidden" name="action" value="update" /> 136 137 <ol id="the-list" class="commentlist">
Note: See TracChangeset
for help on using the changeset viewer.