Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:04:38 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Use more appropriate variable names in the inline docs for action and filter parameters.

See #49572

File:
1 edited

Legend:

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

    r48521 r48585  
    10151015         * @since 2.8.0
    10161016         *
    1017          * @param string $column_name         The custom column's name.
    1018          * @param int    $comment->comment_ID The custom column's unique ID number.
     1017         * @param string $column_name The custom column's name.
     1018         * @param int    $comment_ID The custom column's unique ID number.
    10191019         */
    10201020        do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID );
Note: See TracChangeset for help on using the changeset viewer.