Core Function
View Source on Trac ↗ _wp_dashboard_recent_comments_row()
_wp_dashboard_recent_comments_row( mixed $comment, mixed $show_date = true ) Outputs a row for the Recent Comments widget.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $comment WP_Comment | The current comment. Required |
| $show_date bool | Optional. Whether to display the date. |
Return Value
(void)
No return value description available.
Function Information
Since Version
2.7.0
Source File
wp-admin/includes/dashboard.php
Advertisement