Skip to content
Snippets Groups Projects
Commit 4f883a08 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Failed test - revert

parent c3d6433b
No related branches found
No related tags found
1 merge request!13Test redeclare functions
Pipeline #9728 passed
...@@ -16,7 +16,7 @@ if (!function_exists('WPDeskInitNoticeAjaxHandler')) { ...@@ -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. * Alias for {@see WPDeskInitNoticeAjaxHandler()} function.
* *
...@@ -28,7 +28,7 @@ if (!function_exists('WPDeskInitNoticeAjaxHandler')) { ...@@ -28,7 +28,7 @@ if (!function_exists('WPDeskInitNoticeAjaxHandler')) {
{ {
return WPDeskInitNoticeAjaxHandler($assetsUrl); return WPDeskInitNoticeAjaxHandler($assetsUrl);
} }
//} }
if (!function_exists('WPDeskNotice')) { if (!function_exists('WPDeskNotice')) {
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment