From 4f883a088b0f20dc6537b4fd643c211ca72ecabe Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Fri, 18 Jan 2019 09:33:07 +0100 Subject: [PATCH] Failed test - revert --- src/WPDesk/notice-functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WPDesk/notice-functions.php b/src/WPDesk/notice-functions.php index 172e949..d8d3ac9 100644 --- a/src/WPDesk/notice-functions.php +++ b/src/WPDesk/notice-functions.php @@ -16,7 +16,7 @@ if (!function_exists('WPDeskInitNoticeAjaxHandler')) { } } -//if (!function_exists('wpdesk_init_notice_ajax_handler')) { +if (!function_exists('wpdesk_init_notice_ajax_handler')) { /** * Alias for {@see WPDeskInitNoticeAjaxHandler()} function. * @@ -28,7 +28,7 @@ if (!function_exists('WPDeskInitNoticeAjaxHandler')) { { return WPDeskInitNoticeAjaxHandler($assetsUrl); } -//} +} if (!function_exists('WPDeskNotice')) { /** -- GitLab