mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2026-05-09 07:05:47 +00:00
Initial commit. State 04.2021.
This commit is contained in:
9
wp-includes/rss-functions.php
Normal file
9
wp-includes/rss-functions.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Deprecated. Use rss.php instead.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
_deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' );
|
||||
require_once( ABSPATH . WPINC . '/rss.php' );
|
||||
Reference in New Issue
Block a user