Changeset 7327 for branches/2.6/src/includes/replies/functions.php
- Timestamp:
- 06/30/2025 07:32:12 PM (9 months ago)
- File:
-
- 1 edited
-
branches/2.6/src/includes/replies/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/replies/functions.php
r7319 r7327 2199 2199 <link><?php bbp_topic_permalink(); ?></link> 2200 2200 <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_time( 'Y-m-d H:i:s', true ), false ); ?></pubDate> 2201 <dc:creator><?php the_author(); ?></dc:creator>2201 <dc:creator><?php bbp_topic_author_display_name(); ?></dc:creator> 2202 2202 2203 2203 <description> … … 2226 2226 <link><?php bbp_reply_url(); ?></link> 2227 2227 <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_time( 'Y-m-d H:i:s', true ), false ); ?></pubDate> 2228 <dc:creator><?php the_author()?></dc:creator>2228 <dc:creator><?php bbp_reply_author_display_name(); ?></dc:creator> 2229 2229 2230 2230 <description>
Note: See TracChangeset
for help on using the changeset viewer.