wp/wp-includes/embed-template.php
changeset 21 48c4eec2b7e6
parent 16 a86126ab1dd4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     6  * @subpackage oEmbed
     6  * @subpackage oEmbed
     7  * @since 4.4.0
     7  * @since 4.4.0
     8  * @deprecated 4.5.0 Moved to wp-includes/theme-compat/embed.php
     8  * @deprecated 4.5.0 Moved to wp-includes/theme-compat/embed.php
     9  */
     9  */
    10 
    10 
    11 _deprecated_file( basename( __FILE__ ), '4.5.0', 'wp-includes/theme-compat/embed.php' );
    11 _deprecated_file( basename( __FILE__ ), '4.5.0', WPINC . '/theme-compat/embed.php' );
    12 
    12 
    13 require ABSPATH . WPINC . '/theme-compat/embed.php';
    13 require ABSPATH . WPINC . '/theme-compat/embed.php';