Make WordPress Core


Ignore:
Timestamp:
01/29/2012 07:56:33 PM (13 years ago)
Author:
nacin
Message:

Use the site's locale for the feed language. Provides the same result as language_attributes(). Removes the rss_language option. fixes #13440. see #5517.

File:
1 edited

Legend:

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

    r18716 r19784  
    1111<feed
    1212    xmlns="http://www.w3.org/2005/Atom"
    13     xml:lang="<?php echo get_option('rss_language'); ?>"
     13    xml:lang="<?php bloginfo_rss( 'language' ); ?>"
    1414    xmlns:thr="http://purl.org/syndication/thread/1.0"
    1515    <?php do_action('atom_ns'); do_action('atom_comments_ns'); ?>
Note: See TracChangeset for help on using the changeset viewer.