Docs: Fix a typo in the DocBlock description for `get_bloginfo()` illustrating the URL structure for RDF feeds.
Props ibachal. See #42505. git-svn-id: https://develop.svn.wordpress.org/trunk@42660 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9b46512501
commit
602117f2b9
|
@ -618,7 +618,7 @@ function bloginfo( $show = '' ) {
|
|||
* child theme will NOT take precedence over this value
|
||||
* - 'pingback_url' - The pingback XML-RPC file URL (xmlrpc.php)
|
||||
* - 'atom_url' - The Atom feed URL (/feed/atom)
|
||||
* - 'rdf_url' - The RDF/RSS 1.0 feed URL (/feed/rfd)
|
||||
* - 'rdf_url' - The RDF/RSS 1.0 feed URL (/feed/rdf)
|
||||
* - 'rss_url' - The RSS 0.92 feed URL (/feed/rss)
|
||||
* - 'rss2_url' - The RSS 2.0 feed URL (/feed)
|
||||
* - 'comments_atom_url' - The comments Atom feed URL (/comments/feed)
|
||||
|
|
Loading…
Reference in New Issue