From 08ec976d15580d37296919565c95c3b86e83315a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 17:51:42 +0000 Subject: [PATCH] Docs: Use a third-person singular verb for the `get_the_excerpt()` DocBlock summary. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36942 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php index 3f5fdc8c27..a441d74231 100644 --- a/src/wp-includes/post-template.php +++ b/src/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.