Add missing `@since` docs for the filters in `wp-includes/embed-template.php`

See #32522, #32246


git-svn-id: https://develop.svn.wordpress.org/trunk@35085 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2015-10-12 22:50:34 +00:00
parent d04e6dc919
commit da6090d9f7
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,8 @@ if ( have_posts() ) :
/**
* Filter the thumbnail image size for use in the embed template.
*
* @since 4.4.0
*
* @param string $image_size Thumbnail image size.
*/
$image_size = apply_filters( 'oembed_thumbnail_image_size', $image_size );
@ -130,6 +132,8 @@ if ( have_posts() ) :
/**
* Filters the site icon URL for use in the embed template.
*
* @since 4.4.0
*
* @param string $site_icon_url The site icon URL.
*/
$site_icon_url = apply_filters( 'oembed_site_icon_url', $site_icon_url );
@ -233,6 +237,8 @@ else :
/**
* Filters the site icon URL for use in the embed template.
*
* @since 4.4.0
*
* @param string $site_icon_url The site icon URL.
*/
$site_icon_url = apply_filters( 'oembed_site_icon_url', $site_icon_url );