diff --git a/wp-includes/embed-functions.php b/wp-includes/embed-functions.php index 8400f01b66..76b95fbf33 100644 --- a/wp-includes/embed-functions.php +++ b/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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ba87b4bc1b..24a3f1833a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.