Docs: Miscellaneous docblock corrections.

See #48303


git-svn-id: https://develop.svn.wordpress.org/trunk@46610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2019-10-28 19:46:13 +00:00
parent 38dd307f5a
commit c6c46a5a48
5 changed files with 22 additions and 21 deletions
+2 -2
View File
@@ -419,8 +419,8 @@ function get_the_excerpt( $post = null ) {
* @since 1.2.0
* @since 4.5.0 Introduced the `$post` parameter.
*
* @param string $post_excerpt The post excerpt.
* @param WP_Post $post Post object.
* @param string $post_excerpt The post excerpt.
* @param WP_Post $post Post object.
*/
return apply_filters( 'get_the_excerpt', $post->post_excerpt, $post );
}