Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- When user is logged in. -->
- <form action="http://localhost/wordpress-dev/core.svn.wordpress.org/wp-comments-post.php" method="post" id="commentform">
- <p class="logged-in-as">
- <label>Logged in as <a href="http://localhost/wordpress-dev/core.svn.wordpress.org/wp-admin/profile.php">admin</a>.
- <a
- href="http://localhost/wordpress-dev/core.svn.wordpress.org/wp-login.php?action=logout&redirect_to=http%3A%2F%2Flocalhost%2Fwordpress-dev%2Fcore.svn.wordpress.org%2F%3Fp%3D10&_wpnonce=35bf965161"
- title="Log out of this account">Log out?</a>
- </label>
- </p>
- <p class="comment-form-comment">
- <label for="comment">Comment</label>
- <textarea id="comment" name="comment" cols="45" rows="8"
- aria-required="true"></textarea>
- </p>
- <p class="form-allowed-tags">
- <label>You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags
- and attributes: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code>
- </label>
- </p>
- <p class="form-submit">
- <input name="submit" type="submit" id="submit" value="Post Comment">
- <input type="hidden" name="comment_post_ID" value="10" id="comment_post_ID">
- <input type="hidden" name="comment_parent" id="comment_parent" value="0">
- </p>
- </form>
- <!-- When user is not logged in. -->
- <form action="http://localhost/wordpress-dev/core.svn.wordpress.org/wp-comments-post.php" method="post" id="commentform">
- <p class="comment-notes">
- <label>Your email address will not be published. Required fields are marked
- <span
- class="required">*</span>
- </label>
- </p>
- <p class="comment-form-author">
- <label for="author">Name <span class="required">*</span>
- </label>
- <input id="author" name="author" type="text" value="" size="30" aria-required="true">
- </p>
- <p class="comment-form-email">
- <label for="email">Email <span class="required">*</span>
- </label>
- <input id="email" name="email" type="text" value="" size="30" aria-required="true">
- </p>
- <p class="comment-form-url">
- <label for="url">Website</label>
- <input id="url" name="url" type="text" value="" size="30">
- </p>
- <p class="comment-form-comment">
- <label for="comment">Comment</label>
- <textarea id="comment" name="comment" cols="45" rows="8"
- aria-required="true"></textarea>
- </p>
- <p class="form-allowed-tags">
- <label>You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags
- and attributes: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code>
- </label>
- </p>
- <p class="form-submit">
- <input name="submit" type="submit" id="submit" value="Post Comment">
- <input type="hidden" name="comment_post_ID" value="10" id="comment_post_ID">
- <input type="hidden" name="comment_parent" id="comment_parent" value="0">
- </p>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement