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
This commit is contained in:
Drew Jaynes 2016-03-10 17:51:42 +00:00
parent cc4e2e3f64
commit 08ec976d15

View File

@ -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.