Docs: Add a missing @since version to the hook doc for the the_excerpt_embed filter, introduced in [34903].

See #34227.


git-svn-id: https://develop.svn.wordpress.org/trunk@34975 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-10-08 23:24:28 +00:00
parent 85d0dfc45c
commit 654b633cb3

View File

@ -776,6 +776,8 @@ function the_excerpt_embed() {
/**
* Filter the post excerpt for the embed template.
*
* @since 4.4.0
*
* @param string $output The current post excerpt.
*/
echo apply_filters( 'the_excerpt_embed', $output );