From 654b633cb3f464af1ca5a43d19bac07fb903223b Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 8 Oct 2015 23:24:28 +0000 Subject: [PATCH] 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 --- src/wp-includes/embed-functions.php | 2 ++ 1 file changed, 2 insertions(+) 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 );