• Resolved Vince

    (@vincentrich)


    I have do_action(‘comment_form’, $post->ID) just before the </forms> tags in my comments.php template file.

    When the page is generated, I see this:

    <input type=”hidden” id=”_wp_unfiltered_html_comment” name=”_wp_unfiltered_html_comment” value=”5e5c9912a7″ />

    Why is there a
    tag at the end of this hidden input field?

Viewing 1 replies (of 1 total)
  • Thread Starter Vince

    (@vincentrich)

    Ok. Found the root of this problem.

    The Google Friend Connect WordPress plugin messed it up.

    // The fc_wp_comment_form function
    // This just creates a div tag that will be replaced by the javascript code
    // when the page gets loaded
    function fc_wp_comment_form() {
     ?>
       <br />
       <div id="profile">
       </div>
     <?
    }
Viewing 1 replies (of 1 total)
  • The topic ‘do_action(‘comment_form’, $post->ID) Adds Extra <BR> Tag?’ is closed to new replies.