Fix database columns for dashboard stats
This commit is contained in:
parent
a90adce7e3
commit
22161c876f
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue