Pull Request for Issue #20885 .
Recreated #21684 PR for 3.10-dev branch.
(Also old PR was suddeny closed)
Summary of Changes
libraries/src/MVC/View/CategoryFeedView.php
Testing Instructions
Access feed and check published date is used instead of creation date (when set) and that it falls back to creation date when the published date isn't set
Expected result
Use published date in the category feed view instead of creation date. For example, for RSS 2.0, in <pubDate>
creation date is used.
Actual result
Use published date in the category feed, for eaxample, for RSS 2.0, in <pubDate>
.
Documentation Changes Required
Nothing to change
This is not correct. There should only be 1 changed file.