Fix database columns for dashboard stats

This commit is contained in:
Ruben Ramirez 2025-04-04 09:22:30 -05:00
parent a90adce7e3
commit 22161c876f

View file

@ -83,7 +83,7 @@ get_header(); ?>
<ul>
<?php foreach ($recent_invitations as $invitation) : ?>
<li>
<?php echo esc_html(gmdate('Y-m-d', strtotime($invitation->created_at))); ?> -
<?php echo esc_html(gmdate('Y-m-d', strtotime($invitation->created_timestamp))); ?> -
<?php printf(
/* translators: 1: Applicant Email, 2: Job Title */
esc_html__('Invited %1$s for %2$s', 'quiztech'),