Move all files to taking-flight-with-tailwind-css/demo/wordcamp-bristol-2019/

This commit is contained in:
Oliver Davies 2025-10-02 23:13:00 +01:00
parent 80c38777dc
commit 7cc2622551
1874 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?php
/**
* Feed API
*
* @package WordPress
* @subpackage Feed
*/
_deprecated_file( basename( __FILE__ ), '4.7.0', 'fetch_feed()' );
if ( ! class_exists( 'SimplePie', false ) ) {
require_once( ABSPATH . WPINC . '/class-simplepie.php' );
}
require_once( ABSPATH . WPINC . '/class-wp-feed-cache.php' );
require_once( ABSPATH . WPINC . '/class-wp-feed-cache-transient.php' );
require_once( ABSPATH . WPINC . '/class-wp-simplepie-file.php' );
require_once( ABSPATH . WPINC . '/class-wp-simplepie-sanitize-kses.php' );