- Timestamp:
- 07/23/2020 07:04:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r48521 r48585 1015 1015 * @since 2.8.0 1016 1016 * 1017 * @param string $column_name 1018 * @param int $comment ->comment_IDThe 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. 1019 1019 */ 1020 1020 do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID );
Note: See TracChangeset
for help on using the changeset viewer.