File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ function comment_footer_die( $msg ) {
111111 $ nonce_action .= $ comment_id ;
112112
113113?>
114- <div class=' wrap' >
114+ <div class=" wrap" >
115115
116116<div class="narrow">
117117
@@ -181,7 +181,7 @@ function comment_footer_die( $msg ) {
181181
182182<p><?php _e ('Are you sure you want to do this? ' ); ?> </p>
183183
184- <form action=' comment.php' method=' get' >
184+ <form action=" comment.php" method=" get" >
185185
186186<table width="100%">
187187<tr>
@@ -191,9 +191,9 @@ function comment_footer_die( $msg ) {
191191</table>
192192
193193<?php wp_nonce_field ( $ nonce_action ); ?>
194- <input type=' hidden' name=' action' value=' <?php echo esc_attr ($ formaction ); ?> ' />
195- <input type=' hidden' name='c' value=' <?php echo esc_attr ($ comment ->comment_ID ); ?> ' />
196- <input type=' hidden' name=' noredir' value='1' />
194+ <input type=" hidden" name=" action" value=" <?php echo esc_attr ($ formaction ); ?> " />
195+ <input type=" hidden" name="c" value=" <?php echo esc_attr ($ comment ->comment_ID ); ?> " />
196+ <input type=" hidden" name=" noredir" value="1" />
197197</form>
198198
199199</div>
You can’t perform that action at this time.
0 commit comments