| author | Anthony Ly <anthonyly.com@gmail.com> |
| Wed, 19 Dec 2012 12:35:13 -0800 | |
| changeset 203 | f507feede89a |
| 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'); |