Changeset 36232 for trunk/src/wp-includes/feed.php
- Timestamp:
- 01/09/2016 01:44:31 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r36230 r36232 623 623 * 624 624 * @since 2.8.0 625 * 626 * @param string $type Type of feed. Possible values include 'rss', rss2', 'atom', and 'rdf'. 625 627 */ 626 628 function feed_content_type( $type = '' ) { … … 643 645 * 644 646 * @param string $content_type Content type indicating the type of data that a feed contains. 645 * @param string $type Type of feed. Possible values include 'rss2', 'atom'. 646 * Default 'rss2'. 647 * @param string $type Type of feed. Possible values include 'rss', rss2', 'atom', and 'rdf'. 647 648 */ 648 649 return apply_filters( 'feed_content_type', $content_type, $type );
Note: See TracChangeset
for help on using the changeset viewer.