From 49ecfd6ae032ab04236180afb627d34990a3b007 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 17:52:26 +0000 Subject: [PATCH] Docs: Use a third-person singular verb for the `get_the_excerpt()` DocBlock summary. See #32246. Built from https://develop.svn.wordpress.org/trunk@36942 git-svn-id: http://core.svn.wordpress.org/trunk@36910 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.