author | Anthony Ly <anthonyly.com@gmail.com> |
Tue, 12 Mar 2013 18:21:39 +0100 | |
changeset 206 | 919b4ddb13fa |
parent 194 | 32102edaa81b |
permissions | -rw-r--r-- |
136 | 1 |
<?php |
2 |
/** |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
3 |
* Deprecated. Use rss.php instead. |
136 | 4 |
* |
5 |
* @package WordPress |
|
6 |
*/ |
|
7 |
||
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
8 |
_deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' ); |
136 | 9 |
require_once (ABSPATH . WPINC . '/rss.php'); |