Make WordPress Core

Changeset 28283


Ignore:
Timestamp:
05/06/2014 05:37:17 AM (12 years ago)
Author:
DrewAPicture
Message:

Where a filter no longer exists, it need not be notated.

Fixes #24444. See r28258.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed.php

    r28258 r28283  
    390390            $the_list .= "\t\t<dc:subject><![CDATA[$cat_name]]></dc:subject>\n";
    391391        elseif ( 'atom' == $type )
    392             /** This filter is documented in wp-includes/feed.php */
    393392            $the_list .= sprintf( '<category scheme="%1$s" term="%2$s" />', esc_attr( get_bloginfo_rss( 'url' ) ), esc_attr( $cat_name ) );
    394393        else
Note: See TracChangeset for help on using the changeset viewer.