From d48e85e0ac5e675ca33fac173f30c75403d1033f Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 22 Jun 2006 18:31:50 +0000 Subject: Moved everything in wp-inst down a directory. Uses's Ryan Boren's htaccess rules and mods If you're upgrading, try this on a test server first! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@591 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-content/themes/default/comments.php | 104 +++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 wp-content/themes/default/comments.php (limited to 'wp-content/themes/default/comments.php') diff --git a/wp-content/themes/default/comments.php b/wp-content/themes/default/comments.php new file mode 100644 index 0000000..ecf0b34 --- /dev/null +++ b/wp-content/themes/default/comments.php @@ -0,0 +1,104 @@ +post_password)) { // if there's a password + if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie + ?> + +

This post is password protected. Enter the password to view comments.

+ + + + + + +

to “

+ +
    + + + +
  1. + Says: + comment_approved == '0') : ?> + Your comment is awaiting moderation. + +
    + + + + + +
  2. + + + + + +
+ + + + comment_status) : ?> + + + + +

Comments are closed.

+ + + + + +comment_status) : ?> + +

Leave a Reply

+ + +

You must be logged in to post a comment.

+ + +
+ + + +

Logged in as . Logout »

+ + + +

+

+ +

+

+ +

+

+ + + + + +

+ +

+ +

+ID); ?> + +
+ + + + -- cgit