Make WordPress Core

Changeset 808 for trunk/wp-comments.php


Ignore:
Timestamp:
01/29/2004 06:49:19 AM (21 years ago)
Author:
saxmatt
Message:

Remove remnants of $c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments.php

    r805 r808  
    22    if ('wp-comments.php' == basename($HTTP_SERVER_VARS['SCRIPT_FILENAME']))
    33        die ('Please do not load this page directly. Thanks!');
    4     if (($withcomments) or ($c)) {
     4    if (($withcomments) or ($single)) {
    55
    66        if (!empty($post->post_password)) { // if there's a password
Note: See TracChangeset for help on using the changeset viewer.