Changeset 4495 for trunk/wp-commentsrss2.php
- Timestamp:
- 11/19/2006 07:56:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-commentsrss2.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-commentsrss2.php
r4462 r4495 1 <?php 1 <?php 2 2 3 3 if (empty($wp)) { … … 65 65 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true), false); ?></pubDate> 66 66 <guid><?php comment_link() ?></guid> 67 <?php 67 <?php 68 68 if (!empty($comment->post_password) && $_COOKIE['wp-postpass'] != $comment->post_password) { 69 69 ?> … … 75 75 <description><?php comment_text_rss() ?></description> 76 76 <content:encoded><![CDATA[<?php comment_text() ?>]]></content:encoded> 77 <?php 78 } // close check for password 77 <?php 78 } // close check for password 79 79 ?> 80 80 </item> 81 <?php 82 } 81 <?php 82 } 83 83 } 84 84 }
Note: See TracChangeset
for help on using the changeset viewer.