mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-25 23:14:30 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user