get_option('trackbacks_action', array()); $comments_action_arr = $options->get_option('comments_action', array()); ?>
format_date_time($trackback_action_arr['timestamp']);
if ($trackback_action_arr['action']) {
echo sprintf(__('All trackbacks on existing posts were enabled on the %s.', 'wp-optimize'), $trackback_action_timestamp);
} else {
echo sprintf(__('All trackbacks on existing posts were disabled on the %s.', 'wp-optimize'), $trackback_action_timestamp);
}
}
?>
format_date_time($comments_action_arr['timestamp']);
if ($comments_action_arr['action']) {
echo sprintf(__('All comments on existing posts were enabled on the %s.', 'wp-optimize'), $comments_action_timestamp);
} else {
echo sprintf(__('All comments on existing posts were disabled on the %s.', 'wp-optimize'), $comments_action_timestamp);
}
}
?>