From c06774ac9e4132ffcff4526bca253335615fab96 Mon Sep 17 00:00:00 2001 From: mikelittle Date: Tue, 4 Nov 2003 00:19:04 +0000 Subject: [PATCH] Correct css file, new name git-svn-id: http://svn.automattic.com/wordpress/trunk@518 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2commentspopup.php | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/b2commentspopup.php b/b2commentspopup.php index 24b098cc71..6a1c79537a 100644 --- a/b2commentspopup.php +++ b/b2commentspopup.php @@ -10,7 +10,7 @@ foreach ($posts as $post) { start_b2(); @@ -28,7 +28,8 @@ foreach ($posts as $post) { start_b2();
    -get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date"); $commentstatus = $wpdb->get_row("SELECT comment_status, post_password FROM $tableposts WHERE ID = $id"); if (!empty($commentstatus->post_password) && $HTTP_COOKIE_VARS['wp-postpass_'.$cookiehash] != $commentstatus->post_password) { // and it doesn't match the cookie @@ -49,7 +50,6 @@ else { } else { // this is displayed if there are no comments so far ?>
  1. No comments yet.
  2. -

-

Sorry, comments are closed at this time.

- @@ -98,23 +97,17 @@ else { } ?> - - - - - - +

Powered by Wordpress

- - + \ No newline at end of file