diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php
index 569f078243..60a6667697 100644
|
a
|
b
|
function wp_dashboard_rss_output( $widget_id ) {
|
| 1059 | 1059 | * by adding it to the function signature. |
| 1060 | 1060 | * |
| 1061 | 1061 | * @param string $widget_id The widget ID. |
| 1062 | | * @param callable $callback The callback funtion used to display each feed. |
| | 1062 | * @param callable $callback The callback function used to display each feed. |
| 1063 | 1063 | * @param array $check_urls RSS feeds |
| 1064 | 1064 | * @param mixed ...$args Optional additional parameters to pass to the callback function when it's called. |
| 1065 | 1065 | * @return bool False on failure. True on success. |