Skip to content

Commit a218ea1

Browse files
committed
Add missing quote. Props brianwhite. fixes WordPress#10474
git-svn-id: https://develop.svn.wordpress.org/trunk@11755 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0e582fb commit a218ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-admin/comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function comment_footer_die( $msg ) {
9393

9494
<table width="100%">
9595
<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>
9797
<td class="textright"><input type='submit' class="button" value='<?php echo esc_attr($button); ?>' /></td>
9898
</tr>
9999
</table>

0 commit comments

Comments
 (0)