Make WordPress Core

Changeset 517 for trunk/b2comments.php


Ignore:
Timestamp:
11/04/2003 12:18:36 AM (22 years ago)
Author:
mikelittle
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2comments.php

    r458 r517  
    1111        }
    1212
    13         $comment_author = trim($HTTP_COOKIE_VARS["comment_author_".$cookiehash]);
     13        $comment_author = trim($HTTP_COOKIE_VARS["comment_author_".$cookiehash]);
    1414        $comment_author_email = trim($HTTP_COOKIE_VARS["comment_author_email_".$cookiehash]);
    1515        $comment_author_url = trim($HTTP_COOKIE_VARS["comment_author_url_".$cookiehash]);
    1616
    17     $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date");
     17        $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date");
    1818?>
    1919
     
    4949<?php if ('open' == $post->comment_status) { ?>
    5050<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 
    5251
    5352<form action="<?php echo $siteurl; ?>/b2comments.post.php" method="post" id="commentform">
Note: See TracChangeset for help on using the changeset viewer.