More-specific docs for wp_embed_handler_youtube().

Fixes #30711.


git-svn-id: https://develop.svn.wordpress.org/trunk@31018 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-01-01 19:20:44 +00:00
parent 944ed3f980
commit 186a94fb78

View File

@ -2293,9 +2293,9 @@ function wp_embed_handler_googlevideo( $matches, $attr, $url, $rawattr ) {
}
/**
* YouTube embed handler callback.
* YouTube iframe embed handler callback.
*
* Catches URLs that can be parsed but aren't supported by oEmbed.
* Catches YouTube iframe embed URLs that are not parsable by oEmbed but can be translated into a URL that is.
*
* @since 4.0.0
*