Changeset 517 for trunk/b2comments.php
- Timestamp:
- 11/04/2003 12:18:36 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2comments.php
r458 r517 11 11 } 12 12 13 13 $comment_author = trim($HTTP_COOKIE_VARS["comment_author_".$cookiehash]); 14 14 $comment_author_email = trim($HTTP_COOKIE_VARS["comment_author_email_".$cookiehash]); 15 15 $comment_author_url = trim($HTTP_COOKIE_VARS["comment_author_url_".$cookiehash]); 16 16 17 17 $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date"); 18 18 ?> 19 19 … … 49 49 <?php if ('open' == $post->comment_status) { ?> 50 50 <p>Line and paragraph breaks automatic, website trumps email, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code><?php echo htmlentities(str_replace('<', ' <', $comment_allowed_tags)); ?></code></p> 51 52 51 53 52 <form action="<?php echo $siteurl; ?>/b2comments.post.php" method="post" id="commentform">
Note: See TracChangeset
for help on using the changeset viewer.