mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Update the @deprecated tag comment for wp-includes/embed-template.php to reference the correct file path following [36693].
See #34561. git-svn-id: https://develop.svn.wordpress.org/trunk@36746 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user