Changeset 47198 for trunk/src/wp-includes/rss-functions.php
- Timestamp:
- 02/06/2020 06:31:22 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rss-functions.php
r46439 r47198 8 8 9 9 _deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' ); 10 require_once ( ABSPATH . WPINC . '/rss.php' );10 require_once ABSPATH . WPINC . '/rss.php';
Note: See TracChangeset
for help on using the changeset viewer.