Changeset 7326
- Timestamp:
- 06/30/2025 07:31:25 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r7318 r7326 2202 2202 <link><?php bbp_topic_permalink(); ?></link> 2203 2203 <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_time( 'Y-m-d H:i:s', true ), false ); ?></pubDate> 2204 <dc:creator><?php the_author(); ?></dc:creator>2204 <dc:creator><?php bbp_topic_author_display_name(); ?></dc:creator> 2205 2205 2206 2206 <description> … … 2229 2229 <link><?php bbp_reply_url(); ?></link> 2230 2230 <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_time( 'Y-m-d H:i:s', true ), false ); ?></pubDate> 2231 <dc:creator><?php the_author(); ?></dc:creator>2231 <dc:creator><?php bbp_reply_author_display_name(); ?></dc:creator> 2232 2232 2233 2233 <description>
Note: See TracChangeset
for help on using the changeset viewer.