Make WordPress Core

Changeset 391 for trunk/b2comments.php


Ignore:
Timestamp:
09/27/2003 05:45:59 AM (22 years ago)
Author:
alex_t_king
Message:

added P tags around the 'enter your password' message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2comments.php

    r374 r391  
    66        if (!empty($post->post_password)) { // if there's a password
    77            if ($HTTP_COOKIE_VARS['wp-postpass'] != $post->post_password) {  // and it doesn't match the cookie
    8                 echo("Enter your password to view comments");
     8                echo("<p>Enter your password to view comments.<p>");
    99                return;
    1010            }
Note: See TracChangeset for help on using the changeset viewer.