Make WordPress Core

Changeset 2530


Ignore:
Timestamp:
04/13/2005 04:44:35 PM (20 years ago)
Author:
ryan
Message:

Remove extraneous spaces. http://mosquito.wordpress.org/view.php?id=1198 Props: Daniel Gutekunst

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/comments.php

    r2390 r2530  
    5151 <?php else : // this is displayed if there are no comments so far ?>
    5252
    53   <?php if ('open' == $post-> comment_status) : ?>
     53  <?php if ('open' == $post->comment_status) : ?>
    5454        <!-- If comments are open, but there are no comments. -->
    5555       
     
    6262
    6363
    64 <?php if ('open' == $post-> comment_status) : ?>
     64<?php if ('open' == $post->comment_status) : ?>
    6565
    6666<h3 id="respond">Leave a Reply</h3>
Note: See TracChangeset for help on using the changeset viewer.