Skip to:
Content

bbPress.org

Changeset 4267


Ignore:
Timestamp:
10/26/2012 06:42:19 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Feeds:

  • Fix feed generation time for topics and replies.
  • Fixes #1993.
  • Props SteveAtty.
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/replies/functions.php

    r4265 r4267  
    15201520                <link><?php self_link(); ?></link>
    15211521                <description><?php //?></description>
    1522                 <pubDate><?php echo mysql2date( 'D, d M Y H:i:s O', '', false ); ?></pubDate>
     1522                <pubDate><?php echo mysql2date( 'D, d M Y H:i:s O', current_time( 'mysql' ), false ); ?></pubDate>
    15231523                <generator>http://bbpress.org/?v=<?php bbp_version(); ?></generator>
    15241524                <language><?php echo get_option( 'rss_language' ); ?></language>
  • trunk/includes/topics/functions.php

    r4265 r4267  
    31923192                <link><?php self_link(); ?></link>
    31933193                <description><?php //?></description>
    3194                 <pubDate><?php echo mysql2date( 'D, d M Y H:i:s O', '', false ); ?></pubDate>
     3194                <pubDate><?php echo mysql2date( 'D, d M Y H:i:s O', current_time( 'mysql' ), false ); ?></pubDate>
    31953195                <generator>http://bbpress.org/?v=<?php bbp_version(); ?></generator>
    31963196                <language><?php echo get_option( 'rss_language' ); ?></language>
Note: See TracChangeset for help on using the changeset viewer.