From c900a8e8f57986409757c29342736bbcc02400f2 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Tue, 4 Nov 2003 00:19:04 +0000 Subject: [PATCH] Correct css file, new name git-svn-id: https://develop.svn.wordpress.org/trunk@518 602fd350-edb4-49c9-b593-d223f7449a82 --- 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