wp/wp-includes/embed-template.php
changeset 16 a86126ab1dd4
parent 7 cf61fcea0001
child 21 48c4eec2b7e6
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
     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', 'wp-includes/theme-compat/embed.php' );
    12 
    12 
    13 include( ABSPATH . WPINC . '/theme-compat/embed.php' );
    13 require ABSPATH . WPINC . '/theme-compat/embed.php';