diff -r c7c34916027a -r 177826044cd9 wp/wp-includes/rss-functions.php --- a/wp/wp-includes/rss-functions.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-includes/rss-functions.php Mon Oct 14 18:28:13 2019 +0200 @@ -5,5 +5,5 @@ * @package WordPress */ -_deprecated_file( basename(__FILE__), '2.1.0', WPINC . '/rss.php' ); +_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' ); require_once( ABSPATH . WPINC . '/rss.php' );