echo '</ul>';
if ( current_user_can( 'edit_posts'
) ) { echo '<h3 class="screen-reader-text">' .
/* translators: Hidden accessibility text. */
__( 'View more comments'
) .
'</h3>';
_get_list_table( 'WP_Comments_List_Table'
)->
views();
} wp_comment_reply( -1, false, 'dashboard', false
);
wp_comment_trashnotice();
echo '</div>';
} else { return false;
} return true;
}/**
* Display generic dashboard RSS widget feed.
*
* @since 2.5.0
*
* @param string $widget_id
*/