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

Failed test

parent c8608d29
No related branches found
No related tags found
1 merge request!13Test redeclare functions
Pipeline #9708 failed
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
......@@ -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('wpdesk_init_notice_ajax_handler')) {
{
return WPDeskInitNoticeAjaxHandler($assetsUrl);
}
}
//}
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