Changeset 30105 for trunk/src/wp-includes/feed.php
- Timestamp:
- 10/30/2014 01:04:55 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r29469 r30105 72 72 * 73 73 * @since 2.5.0 74 * @uses apply_filters() Calls 'default_feed' hook on the default feed string.75 74 * 76 75 * @return string Default feed, or for example 'rss2', 'atom', etc. … … 166 165 * 167 166 * @since 0.71 168 * @uses get_the_title_rss() Used to retrieve current post title.169 167 */ 170 168 function the_title_rss() { … … 204 202 * 205 203 * @since 2.9.0 206 * @uses apply_filters() Calls 'the_content_feed' on the content before processing.207 * @see get_the_content()208 204 * 209 205 * @param string $feed_type The type of feed. rss2 | atom | rss | rdf … … 314 310 * 315 311 * @since 2.0.0 316 * @uses get_comment_author()317 312 * 318 313 * @return string Comment Author … … 344 339 * 345 340 * @since 1.0.0 346 * @uses get_comment_text()347 341 */ 348 342 function comment_text_rss() { … … 455 449 * 456 450 * @since 1.5.0 457 * @uses get_post_custom() To get the current post enclosure metadata.458 451 */ 459 452 function rss_enclosure() { … … 495 488 * 496 489 * @since 2.2.0 497 * @uses get_post_custom() To get the current post enclosure metadata.498 490 */ 499 491 function atom_enclosure() {
Note: See TracChangeset
for help on using the changeset viewer.