From 602117f2b9ee110334136dffd993961a505914fc Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 7 Feb 2018 19:41:29 +0000 Subject: [PATCH] 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 --- src/wp-includes/general-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 8bcd57f56c..4896531e97 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -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)