From 30fe4f5ab3216583c436cd89d032bc714311ec86 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Fri, 10 Nov 2017 12:34:25 -0200 Subject: [PATCH] Fixed how check for webhooks dates --- includes/admin/settings/views/html-webhooks-edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/settings/views/html-webhooks-edit.php b/includes/admin/settings/views/html-webhooks-edit.php index 9aa893797fd..859c1945052 100644 --- a/includes/admin/settings/views/html-webhooks-edit.php +++ b/includes/admin/settings/views/html-webhooks-edit.php @@ -144,7 +144,7 @@ if ( ! defined( 'ABSPATH' ) ) { get_date_created() && '0000-00-00 00:00:00' !== $webhook->get_date_created()->date( 'Y-m-d H:i:s' ) ) : ?> - $webhook->get_date_modified()->date( 'U' ) ) : ?> + get_date_created() ) : ?>