Declare excerpt namespace. Props byrnereese. fixes #7624
git-svn-id: http://svn.automattic.com/wordpress/trunk@9892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc09b4efa6
commit
b4d5ab3a01
|
@ -233,6 +233,7 @@ echo '<?xml version="1.0" encoding="' . get_bloginfo('charset') . '"?' . ">\n";
|
|||
|
||||
<?php the_generator('export');?>
|
||||
<rss version="2.0"
|
||||
xmlns:excerpt="http://wordpress.org/export/<?php echo WXR_VERSION; ?>/excerpt/"
|
||||
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
||||
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
|
|
Loading…
Reference in New Issue