Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (19 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-commentsrss2.php

    r4462 r4495  
    1 <?php 
     1<?php
    22
    33if (empty($wp)) {
     
    6565        <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true), false); ?></pubDate>
    6666        <guid><?php comment_link() ?></guid>
    67             <?php 
     67            <?php
    6868            if (!empty($comment->post_password) && $_COOKIE['wp-postpass'] != $comment->post_password) {
    6969            ?>
     
    7575        <description><?php comment_text_rss() ?></description>
    7676        <content:encoded><![CDATA[<?php comment_text() ?>]]></content:encoded>
    77             <?php 
    78             } // close check for password 
     77            <?php
     78            } // close check for password
    7979            ?>
    8080    </item>
    81 <?php 
    82             } 
     81<?php
     82            }
    8383        }
    8484    }
Note: See TracChangeset for help on using the changeset viewer.