~canonical-sysadmins/wordpress/4.7.2

« back to all changes in this revision

Viewing changes to wp-includes/rss-functions.php

  • Committer: Jacek Nykis
  • Date: 2015-01-05 16:17:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20150105161705-w544l1h5mcg7u4w9
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * Deprecated. Use rss.php instead.
 
4
 *
 
5
 * @package WordPress
 
6
 */
 
7
 
 
8
_deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' );
 
9
require_once( ABSPATH . WPINC . '/rss.php' );