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:
parent
85d0dfc45c
commit
654b633cb3
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user