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

See #34227.

Built from https://develop.svn.wordpress.org/trunk@34975


git-svn-id: http://core.svn.wordpress.org/trunk@34940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-08 23:25:24 +00:00
parent 9cbb68a4af
commit c67853a6da
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-34974'; $wp_version = '4.4-alpha-34975';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.