This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
Wordpress
Watch
1
Star
0
Fork
You've already forked Wordpress
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
baff4f7040
Wordpress
/
wp-includes
/
rss-functions.php
5 lines
91 B
PHP
Raw
Normal View
History
Unescape
Escape
Add some back compat files and vars. Use is deprecated. git-svn-id: https://develop.svn.wordpress.org/trunk@4726 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-13 22:23:41 +01:00
<
?
php
// Deprecated. Use rss.php instead.
Bad cut-and-paste. git-svn-id: https://develop.svn.wordpress.org/trunk@4728 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-14 02:15:32 +01:00
require_once
(
ABSPATH
.
WPINC
.
'/rss.php'
);
Add some back compat files and vars. Use is deprecated. git-svn-id: https://develop.svn.wordpress.org/trunk@4726 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-13 22:23:41 +01:00
?>