- Timestamp:
- 09/14/2023 12:44:23 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r56450 r56586 686 686 687 687 // Restores the more descriptive, specific name for use within this method. 688 $comment = $item; 688 $comment = $item; 689 689 690 $the_comment_status = wp_get_comment_status( $comment ); 690 691 … … 1088 1089 */ 1089 1090 public function column_default( $item, $column_name ) { 1091 // Restores the more descriptive, specific name for use within this method. 1092 $comment = $item; 1093 1090 1094 /** 1091 1095 * Fires when the default column output is displayed for a single row. … … 1096 1100 * @param string $comment_id The comment ID as a numeric string. 1097 1101 */ 1098 do_action( 'manage_comments_custom_column', $column_name, $ item->comment_ID );1102 do_action( 'manage_comments_custom_column', $column_name, $comment->comment_ID ); 1099 1103 } 1100 1104 }
Note: See TracChangeset
for help on using the changeset viewer.