SI CAPTCHA Anti-Spam position under Submit Commet
-
SI CAPTCHA Anti-Spam is appearing under the submit comment button and I’m unsure of what to move and where to move it.
Any assistance will be appreciated. I believe it involves this section of the comment.php
<?php } ?> <?php if ( $comment->comment_author_url ) { ?> <tr> <th scope="row"><?php _e('URL'); ?></th> <td><a href="<?php echo $comment->comment_author_url; ?>"><?php echo $comment->comment_author_url; ?></a></td> </tr> <?php } ?> <tr> <th scope="row" valign="top"><?php /* translators: field name in comment form */ _ex('Comment', 'noun'); ?></th> <td><?php echo $comment->comment_content; ?></td> </tr> </table> <p><?php _e('Are you sure you want to do this?'); ?></p> <form action='comment.php' method='get'> <table width="100%"> <tr> <td><a class="button" href="<?php echo admin_url('edit-comments.php'); ?>"><?php esc_attr_e('No'); ?></a></td> <td class="textright"><?php submit_button( $button, 'button' ); ?></td> </tr> </table> <?php wp_nonce_field( $nonce_action ); ?> <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='noredir' value='1' /> </form> </div> </div> <?php break;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘SI CAPTCHA Anti-Spam position under Submit Commet’ is closed to new replies.