PHP Cross Reference of WordPress Subversion HEAD

[ Index ]     [ Classes ]     [ Functions ]     [ Variables ]     [ Constants ]

title

Body

[close]

/wp-includes/ -> feed.php (summary)

(no description)

File Size: 327 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 25 functions

  get_bloginfo_rss()
  bloginfo_rss()
  get_wp_title_rss()
  wp_title_rss()
  get_the_title_rss()
  the_title_rss()
  the_content_rss()
  the_excerpt_rss()
  the_permalink_rss()
  comment_link()
  get_comment_author_rss()
  comment_author_rss()
  comment_text_rss()
  comments_rss_link()
  comments_rss()
  get_author_rss_link()
  get_category_feed_link()
  get_category_rss_link()
  get_the_category_rss()
  the_category_rss()
  get_tag_feed_link()
  html_type_rss()
  rss_enclosure()
  atom_enclosure()
  prep_atom_text_construct()

Functions
Functions that are not part of a class:

get_bloginfo_rss($show = '')   X-Ref
No description

bloginfo_rss($show = '')   X-Ref
No description

get_wp_title_rss($sep = '&)   X-Ref
No description

wp_title_rss($sep = '&)   X-Ref
No description

get_the_title_rss()   X-Ref
No description

the_title_rss()   X-Ref
No description

the_content_rss($more_link_text='(more...)   X-Ref
No description

the_excerpt_rss()   X-Ref
No description

the_permalink_rss()   X-Ref
No description

comment_link()   X-Ref
No description

get_comment_author_rss()   X-Ref
No description

comment_author_rss()   X-Ref
No description

comment_text_rss()   X-Ref
No description

comments_rss_link($link_text = 'Comments RSS', $commentsrssfilename = 'nolongerused')   X-Ref
No description

comments_rss($commentsrssfilename = 'nolongerused')   X-Ref
No description

get_author_rss_link($echo = false, $author_id, $author_nicename)   X-Ref
No description

get_category_feed_link($cat_id, $feed = 'rss2')   X-Ref
No description

get_category_rss_link($echo = false, $cat_ID, $category_nicename)   X-Ref
No description

get_the_category_rss($type = 'rss')   X-Ref
No description

the_category_rss($type = 'rss')   X-Ref
No description

get_tag_feed_link($tag_id, $feed = 'rss2')   X-Ref
No description

html_type_rss()   X-Ref
No description

rss_enclosure()   X-Ref
No description

atom_enclosure()   X-Ref
No description

prep_atom_text_construct($data)   X-Ref
prep_atom_text_construct() - determine if given string of data is
type text, html, or xhtml, per RFC 4287 section 3.1.

In the case of WordPress, text is defined as containing no markup,
xhtml is defined as "well formed", and html as tag soup (i.e., the rest).

Container div tags are added to xhtml values, per section 3.1.1.3.

param: string $data input string
return: array $result array(type, value)



Generated Thu Dec 6 06:47:08 2007 for RedAlt XRefs Cross-referenced by PHPXref 0.6 and RedAlt