Changeset 6059
- Timestamp:
- 06/09/2016 04:07:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r6056 r6059 3992 3992 <title><![CDATA[<?php bbp_topic_title(); ?>]]></title> 3993 3993 <link><?php bbp_topic_permalink(); ?></link> 3994 <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_meta( bbp_get_topic_id(), '_bbp_last_active_time', true )); ?></pubDate>3994 <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_meta( bbp_get_topic_id(), '_bbp_last_active_time', true ), false ); ?></pubDate> 3995 3995 <dc:creator><?php the_author() ?></dc:creator> 3996 3996
Note: See TracChangeset
for help on using the changeset viewer.