Wordpress/wp-includes/rss-functions.php

5 lines
91 B
PHP

<?php
// Deprecated. Use rss.php instead.
require_once (ABSPATH . WPINC . '/rss.php');
?>