Docs: Update the `@deprecated` tag comment for wp-includes/embed-template.php to reference the correct file path following [36693].

See #34561.

Built from https://develop.svn.wordpress.org/trunk@36746


git-svn-id: http://core.svn.wordpress.org/trunk@36713 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-02-27 21:22:25 +00:00
parent e0cd5f9dba
commit b926f7803e
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* @package WordPress
* @subpackage oEmbed
* @since 4.4.0
* @deprecated 4.5.0 Moved to wp-includes/theme-compat/embed-template.php
* @deprecated 4.5.0 Moved to wp-includes/theme-compat/embed.php
*/
_deprecated_file( basename( __FILE__ ), '4.5', 'wp-includes/theme-compat/embed.php' );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36745';
$wp_version = '4.5-beta1-36746';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.