2015-10-07 10:36:25 +00:00
|
|
|
<?php
|
|
|
|
|
/**
|
2016-02-24 20:57:26 +00:00
|
|
|
* Back-compat placeholder for the base embed template
|
2015-10-07 10:36:25 +00:00
|
|
|
*
|
|
|
|
|
* @package WordPress
|
|
|
|
|
* @subpackage oEmbed
|
|
|
|
|
* @since 4.4.0
|
2016-02-27 21:22:25 +00:00
|
|
|
* @deprecated 4.5.0 Moved to wp-includes/theme-compat/embed.php
|
2015-10-07 10:36:25 +00:00
|
|
|
*/
|
|
|
|
|
|
2016-07-06 12:40:29 +00:00
|
|
|
_deprecated_file( basename( __FILE__ ), '4.5.0', 'wp-includes/theme-compat/embed.php' );
|
2015-10-07 10:36:25 +00:00
|
|
|
|
2016-02-24 20:57:26 +00:00
|
|
|
include( ABSPATH . WPINC . '/theme-compat/embed.php' );
|