mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-11 22:29:48 +01:00
Add thread xmlns. Props neoxx. fixes #8626 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d3b9da7025
commit
158b45fb7b
@ -11,6 +11,7 @@ echo '<?xml version="1.0" encoding="' . get_option('blog_charset') . '" ?' . '>'
|
|||||||
<feed
|
<feed
|
||||||
xmlns="http://www.w3.org/2005/Atom"
|
xmlns="http://www.w3.org/2005/Atom"
|
||||||
xml:lang="<?php echo get_option('rss_language'); ?>"
|
xml:lang="<?php echo get_option('rss_language'); ?>"
|
||||||
|
xmlns:thr="http://purl.org/syndication/thread/1.0"
|
||||||
<?php do_action('atom_ns'); ?>
|
<?php do_action('atom_ns'); ?>
|
||||||
>
|
>
|
||||||
<title type="text"><?php
|
<title type="text"><?php
|
||||||
|
Loading…
Reference in New Issue
Block a user