Docs: Remove unnecessary variables names from @return tags.

See #49572.
Built from https://develop.svn.wordpress.org/trunk@48100


git-svn-id: http://core.svn.wordpress.org/trunk@47869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2020-06-19 22:55:12 +00:00
parent 37234874a5
commit 1a77bb81d8
27 changed files with 42 additions and 42 deletions

View File

@@ -4294,7 +4294,7 @@ class WP_Query {
* @since 5.2.0
*
* @param WP_Post|object|int $post WP_Post instance or Post ID/object.
* @return array|bool $elements Elements of post or false on failure.
* @return array|bool Elements of post or false on failure.
*/
public function generate_postdata( $post ) {