Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-query.php

    r48067 r48100  
    42954295     *
    42964296     * @param WP_Post|object|int $post WP_Post instance or Post ID/object.
    4297      * @return array|bool $elements Elements of post or false on failure.
     4297     * @return array|bool Elements of post or false on failure.
    42984298     */
    42994299    public function generate_postdata( $post ) {
Note: See TracChangeset for help on using the changeset viewer.