Make WordPress Core


Ignore:
Timestamp:
12/16/2016 06:38:10 AM (8 years ago)
Author:
dd32
Message:

Feeds: Do not translate the lastBuildDate field in RSS feeds.

Props stevenkword, dd32.
Fixes #39141

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed-rss2-comments.php

    r39323 r39613  
    5050    <lastBuildDate><?php
    5151        $date = get_lastcommentmodified( 'GMT' );
    52         echo $date ? mysql2date( 'r', $date ) : date( 'r' );
     52        echo $date ? mysql2date( 'r', $date, false ) : date( 'r' );
    5353    ?></lastBuildDate>
    5454    <sy:updatePeriod><?php
Note: See TracChangeset for help on using the changeset viewer.