Make WordPress Core

Ticket #29188: ticket#29188.patch

File ticket#29188.patch, 530 bytes (added by softmodeling, 10 years ago)

Simple change in the comment text

  • src/wp-includes/feed.php

     
    184184        if ( !$feed_type )
    185185                $feed_type = get_default_feed();
    186186
    187         /** This filter is documented in wp-admin/post-template.php */
     187        /** This filter is documented in wp-includes/post-template.php */
    188188        $content = apply_filters( 'the_content', get_the_content() );
    189189        $content = str_replace(']]>', ']]>', $content);
    190190        /**