diff --git a/src/wp-includes/embed-functions.php b/src/wp-includes/embed-functions.php index 1a88ff948c..094d8cd415 100644 --- a/src/wp-includes/embed-functions.php +++ b/src/wp-includes/embed-functions.php @@ -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 );