Skip to content

Commit

Permalink
Remove empty IE warning function
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Mar 19, 2024
1 parent 26bd3ce commit a3d3bf9
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions inc/deprecated.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,7 @@
defined('ABSPATH') || exit;


// Remove in v6
// Internet Explorer Warning Alert
if (!function_exists('bootscore_ie_alert')) :
/**
* Deprecated - functionality is removed already - Code will be removed in a future release.
* Replaced with a js solution to prevent page caching
*
* (Displays an alert if page is browsed by Internet Explorer)
*
* function stays to not break child themes with the function bootscore_ie_alert() immediately
*/
function bootscore_ie_alert() {
}
endif;




Expand Down

0 comments on commit a3d3bf9

Please sign in to comment.