CaffGeek/MBACNationals

View on GitHub
Web.Admin/2014/wordpress/wp-includes/rss-functions.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Deprecated.  Use rss.php instead.
 *
 * @package WordPress
 */

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