diff --git a/functions.php b/functions.php index 3e44343..3d79f02 100644 --- a/functions.php +++ b/functions.php @@ -633,18 +633,6 @@ if ( ! function_exists( 'curver_html_js_class' ) ) { add_action( 'wp_head', 'curver_html_js_class', 1 ); -/* Script for no-js / js class -/* ------------------------------------ */ -if ( ! function_exists( 'curver_html_js_class' ) ) { - - function curver_html_js_class () { - echo ''. "\n"; - } - -} -add_action( 'wp_head', 'curver_html_js_class', 1 ); - - /* Admin panel css /* ------------------------------------ */ if ( ! function_exists( 'curver_admin_panel_css' ) ) {