Add missing quote. Props brianwhite. fixes #10474
git-svn-id: https://develop.svn.wordpress.org/trunk@11755 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0e582fb956
commit
a218ea1e9f
@ -93,7 +93,7 @@ if ( 'spam' == $_GET['dt'] ) {
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td><input type='button' class="button" value='<?php esc_attr_e('No'); ?>' onclick="self.location='<?php echo admin_url('edit-comments.php'); ?>" /></td>
|
||||
<td><input type='button' class="button" value='<?php esc_attr_e('No'); ?>' onclick="self.location='<?php echo admin_url('edit-comments.php'); ?>'" /></td>
|
||||
<td class="textright"><input type='submit' class="button" value='<?php echo esc_attr($button); ?>' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user