aboutsummaryrefslogtreecommitdiffstats
path: root/lib/simplepie/library/SimplePie/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/simplepie/library/SimplePie/Item.php')
-rw-r--r--lib/simplepie/library/SimplePie/Item.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/simplepie/library/SimplePie/Item.php b/lib/simplepie/library/SimplePie/Item.php
index 3ac4fa882..02f158bfc 100644
--- a/lib/simplepie/library/SimplePie/Item.php
+++ b/lib/simplepie/library/SimplePie/Item.php
@@ -2965,3 +2965,5 @@ class SimplePie_Item
return null;
}
}
+
+class_alias('SimplePie_Item', 'SimplePie\Item', false);