Changeset 27262 for trunk/src/wp-includes/feed.php
- Timestamp:
- 02/25/2014 05:13:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r26903 r27262 17 17 * are retrieved for use in the feeds. 18 18 * 19 * @package WordPress20 * @subpackage Feed21 19 * @since 1.5.1 22 20 * @see get_bloginfo() For the list of possible values to display. … … 48 46 * are retrieved for use in the feeds. 49 47 * 50 * @package WordPress51 * @subpackage Feed52 48 * @since 0.71 53 49 * @see get_bloginfo() For the list of possible values to display. … … 75 71 * 'default_feed' filter. 76 72 * 77 * @package WordPress78 * @subpackage Feed79 73 * @since 2.5.0 80 74 * @uses apply_filters() Calls 'default_feed' hook on the default feed string. … … 98 92 * Retrieve the blog title for the feed title. 99 93 * 100 * @package WordPress101 * @subpackage Feed102 94 * @since 2.2.0 103 95 * … … 124 116 * Display the blog title for display of the feed title. 125 117 * 126 * @package WordPress127 * @subpackage Feed128 118 * @since 2.2.0 129 119 * @see wp_title() $sep parameter usage. … … 148 138 * Retrieve the current post title for the feed. 149 139 * 150 * @package WordPress151 * @subpackage Feed152 140 * @since 2.0.0 153 141 * … … 170 158 * Display the post title in the feed. 171 159 * 172 * @package WordPress173 * @subpackage Feed174 160 * @since 0.71 175 161 * @uses get_the_title_rss() Used to retrieve current post title. … … 182 168 * Retrieve the post content for feeds. 183 169 * 184 * @package WordPress185 * @subpackage Feed186 170 * @since 2.9.0 187 171 * @see get_the_content() … … 212 196 * Display the post content for feeds. 213 197 * 214 * @package WordPress215 * @subpackage Feed216 198 * @since 2.9.0 217 199 * @uses apply_filters() Calls 'the_content_feed' on the content before processing. … … 227 209 * Display the post excerpt for the feed. 228 210 * 229 * @package WordPress230 * @subpackage Feed231 211 * @since 0.71 232 212 */ … … 246 226 * Display the permalink to the post for use in feeds. 247 227 * 248 * @package WordPress249 * @subpackage Feed250 228 * @since 2.3.0 251 229 */ … … 282 260 * Display the feed GUID for the current comment. 283 261 * 284 * @package WordPress285 * @subpackage Feed286 262 * @since 2.5.0 287 263 * … … 295 271 * Retrieve the feed GUID for the current comment. 296 272 * 297 * @package WordPress298 * @subpackage Feed299 273 * @since 2.5.0 300 274 * … … 332 306 * Retrieve the current comment author for use in the feeds. 333 307 * 334 * @package WordPress335 * @subpackage Feed336 308 * @since 2.0.0 337 309 * @uses get_comment_author() … … 355 327 * Display the current comment author in the feed. 356 328 * 357 * @package WordPress358 * @subpackage Feed359 329 * @since 1.0.0 360 330 */ … … 366 336 * Display the current comment content for use in the feeds. 367 337 * 368 * @package WordPress369 * @subpackage Feed370 338 * @since 1.0.0 371 339 * @uses get_comment_text() … … 391 359 * RSS2, Atom, or RSS1 and RSS0.91 RDF feeds. 392 360 * 393 * @package WordPress394 * @subpackage Feed395 361 * @since 2.1.0 396 362 * … … 445 411 * Display the post categories in the feed. 446 412 * 447 * @package WordPress448 * @subpackage Feed449 413 * @since 0.71 450 414 * @see get_the_category_rss() For better explanation. … … 461 425 * The two possible values are either 'xhtml' or 'html'. 462 426 * 463 * @package WordPress464 * @subpackage Feed465 427 * @since 2.2.0 466 428 */ … … 486 448 * attributes. 487 449 * 488 * @package WordPress489 * @subpackage Template490 450 * @since 1.5.0 491 451 * @uses get_post_custom() To get the current post enclosure metadata. … … 528 488 * enclosure(s) consist of link HTML tag(s) with a URI and other attributes. 529 489 * 530 * @package WordPress531 * @subpackage Template532 490 * @since 2.2.0 533 491 * @uses get_post_custom() To get the current post enclosure metadata. … … 566 524 * @link http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.3.1 567 525 * 568 * @package WordPress569 * @subpackage Feed570 526 * @since 2.5.0 571 527 * … … 604 560 * Generate a correct link for the atom:self element. 605 561 * 606 * @package WordPress607 * @subpackage Feed608 562 * @since 2.5.0 609 563 */ … … 626 580 * Return the content type for specified feed type. 627 581 * 628 * @package WordPress629 * @subpackage Feed630 582 * @since 2.8.0 631 583 */
Note: See TracChangeset
for help on using the changeset viewer.