hackificator
bails on this file because of mixed quote styles on some HTML attributes.
See #27881. Built from https://develop.svn.wordpress.org/trunk@28484 git-svn-id: http://core.svn.wordpress.org/trunk@28310 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a765cdd03
commit
a659275338
@ -111,7 +111,7 @@ case 'spam' :
|
|||||||
$nonce_action .= $comment_id;
|
$nonce_action .= $comment_id;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div class='wrap'>
|
<div class="wrap">
|
||||||
|
|
||||||
<div class="narrow">
|
<div class="narrow">
|
||||||
|
|
||||||
@ -181,7 +181,7 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved
|
|||||||
|
|
||||||
<p><?php _e('Are you sure you want to do this?'); ?></p>
|
<p><?php _e('Are you sure you want to do this?'); ?></p>
|
||||||
|
|
||||||
<form action='comment.php' method='get'>
|
<form action="comment.php" method="get">
|
||||||
|
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
@ -191,9 +191,9 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<?php wp_nonce_field( $nonce_action ); ?>
|
<?php wp_nonce_field( $nonce_action ); ?>
|
||||||
<input type='hidden' name='action' value='<?php echo esc_attr($formaction); ?>' />
|
<input type="hidden" name="action" value="<?php echo esc_attr($formaction); ?>" />
|
||||||
<input type='hidden' name='c' value='<?php echo esc_attr($comment->comment_ID); ?>' />
|
<input type="hidden" name="c" value="<?php echo esc_attr($comment->comment_ID); ?>" />
|
||||||
<input type='hidden' name='noredir' value='1' />
|
<input type="hidden" name="noredir" value="1" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user