From 2c00d8f9e348cbc52feb9748ffdb62b975288084 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 6 May 2014 05:38:15 +0000 Subject: [PATCH] Where a filter no longer exists, it need not be notated. Fixes #24444. See r28258. Built from https://develop.svn.wordpress.org/trunk@28283 git-svn-id: http://core.svn.wordpress.org/trunk@28111 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/feed.php b/wp-includes/feed.php index 750816208c..6674c10a5b 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -389,7 +389,6 @@ function get_the_category_rss($type = null) { if ( 'rdf' == $type ) $the_list .= "\t\t\n"; elseif ( 'atom' == $type ) - /** This filter is documented in wp-includes/feed.php */ $the_list .= sprintf( '', esc_attr( get_bloginfo_rss( 'url' ) ), esc_attr( $cat_name ) ); else $the_list .= "\t\t\n";