Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:21:07 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Correct various docblocks documentation.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r46746 r46821  
    581581                 * @since 3.7.0
    582582                 *
    583                  * @param object $months    The months drop-down query results.
    584                  * @param string $post_type The post type.
     583                 * @param object[] $months    Array of the months drop-down query results.
     584                 * @param string   $post_type The post type.
    585585                 */
    586586                $months = apply_filters( 'months_dropdown_results', $months, $post_type );
Note: See TracChangeset for help on using the changeset viewer.