Changeset 28484
- Timestamp:
- 05/18/2014 09:47:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r28289 r28484 112 112 113 113 ?> 114 <div class= 'wrap'>114 <div class="wrap"> 115 115 116 116 <div class="narrow"> … … 182 182 <p><?php _e('Are you sure you want to do this?'); ?></p> 183 183 184 <form action= 'comment.php' method='get'>184 <form action="comment.php" method="get"> 185 185 186 186 <table width="100%"> … … 192 192 193 193 <?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" /> 197 197 </form> 198 198
Note: See TracChangeset
for help on using the changeset viewer.