wp/wp-includes/feed-atom.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 22 8c2e4d02f4ef
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    15 ?>
    15 ?>
    16 <feed
    16 <feed
    17 	xmlns="http://www.w3.org/2005/Atom"
    17 	xmlns="http://www.w3.org/2005/Atom"
    18 	xmlns:thr="http://purl.org/syndication/thread/1.0"
    18 	xmlns:thr="http://purl.org/syndication/thread/1.0"
    19 	xml:lang="<?php bloginfo_rss( 'language' ); ?>"
    19 	xml:lang="<?php bloginfo_rss( 'language' ); ?>"
    20 	xml:base="<?php bloginfo_rss( 'url' ); ?>/wp-atom.php"
       
    21 	<?php
    20 	<?php
    22 	/**
    21 	/**
    23 	 * Fires at end of the Atom feed root to add namespaces.
    22 	 * Fires at end of the Atom feed root to add namespaces.
    24 	 *
    23 	 *
    25 	 * @since 2.0.0
    24 	 * @since 2.0.0