Changeset 44574 for trunk/src/wp-includes/feed-rss2-comments.php
- Timestamp:
- 01/12/2019 06:40:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-rss2-comments.php
r43571 r44574 106 106 <description><![CDATA[<?php comment_text_rss(); ?>]]></description> 107 107 <content:encoded><![CDATA[<?php comment_text(); ?>]]></content:encoded> 108 <?php108 <?php 109 109 endif; // post pass 110 110 /** … … 117 117 */ 118 118 do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID ); 119 ?>119 ?> 120 120 </item> 121 121 <?php
Note: See TracChangeset
for help on using the changeset viewer.