From 9b395107f4086a58536a632a944fb8721721c513 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 21 Aug 2007 18:27:45 +0000 Subject: [PATCH] Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654 git-svn-id: http://svn.automattic.com/wordpress/trunk@5910 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/export.php | 18 +++--- wp-app.php | 100 ++++++++++++++--------------- wp-includes/deprecated.php | 11 +++- wp-includes/feed-atom.php | 4 +- wp-includes/feed-rdf.php | 6 +- wp-includes/feed-rss.php | 2 +- wp-includes/feed-rss2-comments.php | 4 +- wp-includes/feed-rss2.php | 2 +- wp-includes/feed.php | 5 +- 9 files changed, 78 insertions(+), 74 deletions(-) diff --git a/wp-admin/export.php b/wp-admin/export.php index 266f67269..86c8b2570 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -25,7 +25,7 @@ require_once ('admin-header.php');