Ticket #3543: 3543.2.diff
File 3543.2.diff, 1.0 KB (added by , 20 months ago) |
---|
-
src/includes/replies/functions.php
2178 2178 <title><![CDATA[<?php bbp_topic_title(); ?>]]></title> 2179 2179 <link><?php bbp_topic_permalink(); ?></link> 2180 2180 <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_time( 'Y-m-d H:i:s', true ), false ); ?></pubDate> 2181 <dc:creator><?php the_author(); ?></dc:creator>2181 <dc:creator><?php bbp_author_display_name(); ?></dc:creator> 2182 2182 2183 2183 <description> 2184 2184 <![CDATA[ … … 2205 2205 <title><![CDATA[<?php bbp_reply_title(); ?>]]></title> 2206 2206 <link><?php bbp_reply_url(); ?></link> 2207 2207 <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_time( 'Y-m-d H:i:s', true ), false ); ?></pubDate> 2208 <dc:creator><?php the_author(); ?></dc:creator>2208 <dc:creator><?php bbp_reply_author_display_name(); ?></dc:creator> 2209 2209 2210 2210 <description> 2211 2211 <![CDATA[