From 639de93f5a3eee00f09a9f1e4647c0d8c1962bf8 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Fri, 26 Jul 2019 19:29:56 +0200 Subject: [PATCH] Remove duplicate code --- functions.php | 12 ------------ 1 file changed, 12 deletions(-) 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' ) ) {