Make WordPress Core


Ignore:
Timestamp:
09/04/2020 08:39:47 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements.

See #50768

File:
1 edited

Legend:

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

    r48741 r48941  
    473473
    474474    /**
    475      * Displays a comment status drop-down for filtering on the Comments list table.
     475     * Displays a comment type drop-down for filtering on the Comments list table.
    476476     *
    477477     * @since 5.5.0
     
    481481    protected function comment_status_dropdown( $comment_type ) {
    482482        /**
    483          * Filters the comment types dropdown menu.
     483         * Filters the comment types shown in the drop-down menu on the Comments list table.
    484484         *
    485485         * @since 2.7.0
    486486         *
    487          * @param array $comment_types An array of comment types. Accepts 'Comments', 'Pings'.
     487         * @param string[] $comment_types Array of comment type labels keyed by their name.
    488488         */
    489489        $comment_types = apply_filters(
Note: See TracChangeset for help on using the changeset viewer.