Changeset 11755
- Timestamp:
- 07/30/2009 10:03:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r11749 r11755 94 94 <table width="100%"> 95 95 <tr> 96 <td><input type='button' class="button" value='<?php esc_attr_e('No'); ?>' onclick="self.location='<?php echo admin_url('edit-comments.php'); ?> " /></td>96 <td><input type='button' class="button" value='<?php esc_attr_e('No'); ?>' onclick="self.location='<?php echo admin_url('edit-comments.php'); ?>'" /></td> 97 97 <td class="textright"><input type='submit' class="button" value='<?php echo esc_attr($button); ?>' /></td> 98 98 </tr>
Note: See TracChangeset
for help on using the changeset viewer.