aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Feed/ChannelFeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Feed/ChannelFeed.php')
-rw-r--r--includes/Feed/ChannelFeed.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/Feed/ChannelFeed.php b/includes/Feed/ChannelFeed.php
index 3f42f507cfc2..14ac8f5b374e 100644
--- a/includes/Feed/ChannelFeed.php
+++ b/includes/Feed/ChannelFeed.php
@@ -144,4 +144,7 @@ abstract class ChannelFeed extends FeedItem {
}
}
+/**
+ * @deprecated since 1.40
+ */
class_alias( ChannelFeed::class, 'ChannelFeed' );