Add missing quote. Props brianwhite. fixes #10474
git-svn-id: http://svn.automattic.com/wordpress/trunk@11755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2613cb76f3
commit
aadb7c680f
|
@ -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