Skip to content
Snippets Groups Projects

Test redeclare functions

Merged Krzysztof Dyszczyk requested to merge feature/redeclare-functions-test into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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')) {
/**
Loading