Changeset 25880 for trunk/src/wp-includes/feed-rss2-comments.php
- Timestamp:
- 10/23/2013 02:37:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-rss2-comments.php
r25868 r25880 15 15 xmlns:atom="http://www.w3.org/2005/Atom" 16 16 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 17 <?php 17 <?php 18 18 /** This action is documented in wp-includes/feed-rss2.php */ 19 19 do_action( 'rss2_ns' ); 20 20 ?> 21 21 22 <?php 22 <?php 23 23 /** 24 24 * Fires at the end of the RSS root to add namespaces. … … 46 46 <?php /** This filter is documented in wp-includes/feed-rss2.php */ ?> 47 47 <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency> 48 <?php 48 <?php 49 49 /** 50 50 * Fires at the end of the RSS2 comment feed header.
Note: See TracChangeset
for help on using the changeset viewer.