From 0ca6469410a62623300c748606a173a9e9296391 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 29 Nov 2021 09:52:00 +0000 Subject: [PATCH] Feeds: Remove reference to `wp-atom.php` in Atom feeds `xml:base` attribute. This change removes the optional `xml:base` attribute for Atom based feeds as `wp-atom.php` file was removed in [18540] (WordPress 3.3). Follow-up to [18540]. Props tw2113, audrasjb, mukesh27. Fixes #47955. Built from https://develop.svn.wordpress.org/trunk@52267 git-svn-id: http://core.svn.wordpress.org/trunk@51859 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed-atom.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/feed-atom.php b/wp-includes/feed-atom.php index 6388fa3e47..e9e3f49528 100644 --- a/wp-includes/feed-atom.php +++ b/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"