Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:55:36 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Corrections relating to types used in inline documentation for comment ID and site ID proprties.

Includes a correction for a typo introduced in [52204].

See #53399

File:
1 edited

Legend:

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

    r52007 r52205  
    10731073         *
    10741074         * @param string $column_name The custom column's name.
    1075          * @param int    $comment_id  The custom column's unique ID number.
     1075         * @param string $comment_id  The comment ID as a numeric string.
    10761076         */
    10771077        do_action( 'manage_comments_custom_column', $column_name, $item->comment_ID );
Note: See TracChangeset for help on using the changeset viewer.