Make WordPress Core

Changeset 1214 for trunk/wp-comments.php


Ignore:
Timestamp:
04/30/2004 07:48:10 AM (21 years ago)
Author:
saxmatt
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments.php

    r1108 r1214  
    77            if ($_COOKIE['wp-postpass_'.$cookiehash] != $post->post_password) {  // and it doesn't match the cookie
    88?>
    9 <p><?php e_("Enter your password to view comments."); ?><p>
     9<p><?php _e("Enter your password to view comments."); ?><p>
    1010<?php
    1111                return;
Note: See TracChangeset for help on using the changeset viewer.