mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user