Ticket #3846 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Relocate feed templates to wp-includes

Reported by: ryan Assigned to: ryan
Priority: low Milestone: 2.2
Component: Administration Version: 2.1.1
Severity: normal Keywords: feed
Cc:

Description

Feed templates currently clutter up the root of the wp install. Let's move them to wp-includes and leave the files in root as deprecated stubs. The direct URLs for the old files (wp-rss2.php, etc.) have been deprecated for awhile in favor of ?feed=rss2 and /feed/rss2.

Attachments

relocate_feeds.diff (24.5 kB) - added by ryan on 02/23/07 02:46:58.

Change History

02/23/07 02:46:58 changed by ryan

  • attachment relocate_feeds.diff added.

02/23/07 02:50:10 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [4927]) Relocate feed templates to wp-includes. fixes #3846