Changeset 42228 for trunk/src/wp-includes/feed-atom.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom.php
r39613 r42228 15 15 ?> 16 16 <feed 17 18 19 20 21 22 23 24 25 26 27 28 29 17 xmlns="http://www.w3.org/2005/Atom" 18 xmlns:thr="http://purl.org/syndication/thread/1.0" 19 xml:lang="<?php bloginfo_rss( 'language' ); ?>" 20 xml:base="<?php bloginfo_rss('url') ?>/wp-atom.php" 21 <?php 22 /** 23 * Fires at end of the Atom feed root to add namespaces. 24 * 25 * @since 2.0.0 26 */ 27 do_action( 'atom_ns' ); 28 ?> 29 > 30 30 <title type="text"><?php wp_title_rss(); ?></title> 31 31 <subtitle type="text"><?php bloginfo_rss("description") ?></subtitle>
Note: See TracChangeset
for help on using the changeset viewer.