WordPress/wp-includes/rss-functions.php

7 lines
150 B
PHP

<?php
// Deprecated. Use rss.php instead.
_deprecated_file( basename(__FILE__), '0.0', 'rss.php' );
require_once (ABSPATH . WPINC . '/rss.php');
?>