init
This commit is contained in:
commit
ff6f6c80cd
1709 changed files with 840760 additions and 0 deletions
13
wp-includes/embed-template.php
Normal file
13
wp-includes/embed-template.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* Back-compat placeholder for the base embed template
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage oEmbed
|
||||
* @since 4.4.0
|
||||
* @deprecated 4.5.0 Moved to wp-includes/theme-compat/embed.php
|
||||
*/
|
||||
|
||||
_deprecated_file( basename( __FILE__ ), '4.5.0', 'wp-includes/theme-compat/embed.php' );
|
||||
|
||||
include( ABSPATH . WPINC . '/theme-compat/embed.php' );
|
Loading…
Add table
Add a link
Reference in a new issue