';
$revision_id = wp_dashboard_recent_posts(array('max' => 5, 'status' => 'future', 'order' => 'ASC', 'title' => __('Publishing Soon'), 'id' => 'future-posts'));
$f2g0 = wp_dashboard_recent_posts(array('max' => 5, 'status' => 'publish', 'order' => 'DESC', 'title' => __('Recently Published'), 'id' => 'published-posts'));
$overhead = wp_dashboard_recent_comments();
if (!$revision_id && !$f2g0 && !$overhead) {
echo '
';
echo '
' . __('No activity yet!') . '
';
echo '