Changeset 6980 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 02/22/2008 05:30:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r6943 r6980 97 97 <input type="hidden" name="s" value="<?php echo attribute_escape(@$_GET['s']); ?>" /> 98 98 <?php wp_nonce_field( 'add-comment', '_ajax_nonce', false ); ?> 99 </form> 99 100 </div> 100 101 <?php endif; // $extra_comments ?>
Note: See TracChangeset
for help on using the changeset viewer.