diff --git a/src/wp-includes/feed-atom.php b/src/wp-includes/feed-atom.php index 6388fa3e47..e9e3f49528 100644 --- a/src/wp-includes/feed-atom.php +++ b/src/wp-includes/feed-atom.php @@ -17,7 +17,6 @@ do_action( 'rss_tag_pre', 'atom' ); xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="" - xml:base="/wp-atom.php" assertSame( 'http://www.w3.org/2005/Atom', $atom[0]['attributes']['xmlns'] ); $this->assertSame( 'http://purl.org/syndication/thread/1.0', $atom[0]['attributes']['xmlns:thr'] ); - $this->assertSame( site_url( '/wp-atom.php' ), $atom[0]['attributes']['xml:base'] ); // Verify the element is present and contains a child element. $title = xml_find( $xml, 'feed', 'title' );