diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 3f5fdc8c27..a441d74231 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -354,7 +354,7 @@ function the_excerpt() { } /** - * Retrieve the post excerpt. + * Retrieves the post excerpt. * * @since 0.71 * @since 4.5.0 Introduced the `$post` parameter. diff --git a/wp-includes/version.php b/wp-includes/version.php index ad6ab777a0..cfb68efaae 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta3-36941'; +$wp_version = '4.5-beta3-36942'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.