Make WordPress Core

Ticket #19893: 19893.2.diff

File 19893.2.diff, 593 bytes (added by netweb, 10 years ago)
  • tests/phpunit/tests/feed/rss2.php

     
    146146
    147147                        // comment link
    148148                        $comments_link = xml_find( $items[$key]['child'], 'comments' );
    149                         $this->assertEquals( get_permalink( $post) . '#comments', $comments_link[0]['content'] );
     149                        $this->assertEquals( get_permalink( $post) . '#respond', $comments_link[0]['content'] );
    150150
    151151                        // pub date
    152152                        $pubdate = xml_find( $items[$key]['child'], 'pubDate' );