Ticket #10474: comment.php.diff
File comment.php.diff, 629 bytes (added by , 14 years ago) |
---|
-
wp-admin/comment.php
old new 90 90 91 91 <table width="100%"> 92 92 <tr> 93 <td><input type='button' class="button" value='<?php esc_attr_e('No'); ?>' onclick="self.location='<?php echo admin_url('edit-comments.php'); ?> " /></td>93 <td><input type='button' class="button" value='<?php esc_attr_e('No'); ?>' onclick="self.location='<?php echo admin_url('edit-comments.php'); ?>'" /></td> 94 94 <td class="textright"><input type='submit' class="button" value='<?php echo esc_attr($button); ?>' /></td> 95 95 </tr> 96 96 </table>