From dde8882c46b9400d10ed0f0730aa17774ea490c5 Mon Sep 17 00:00:00 2001 From: NIU Administrator Date: Thu, 12 Nov 2020 16:27:19 +0900 Subject: [PATCH] removed pingback css. --- .gitignore | 6 ++++++ functions.php | 4 ++-- style.css | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c1c2a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# no backup files, editor temp +*~ +\#* +*.bak +.idea/ +.php_cs.cache diff --git a/functions.php b/functions.php index 062cb6f..a0ba2ba 100644 --- a/functions.php +++ b/functions.php @@ -12,12 +12,12 @@ add_filter('auto_update_plugin', '__return_true'); add_action('after_setup_theme', 'cbsonline_disable_parent_defines'); function cbsonline_disable_parent_defines() { - // remove 'ico - image/x-icon' mime support - remove_filter('upload_mimes', 'biz_vektor_mine_types'); // remove web fonts remove_action('wp_enqueue_scripts', 'biz_vektor_addWebFonts'); // remove buggy biz_vector script remove_action('wp_head', 'biz_vektor_addJScripts'); + // remove pingback css + remove_action('wp_enqueue_scripts','biz_vektor_addPingback'); } // disable emoji diff --git a/style.css b/style.css index 002081d..18b69e4 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* Theme Name: CBS Online Template: bizvektor-global-edition -Version: 20201106 +Version: 20201112 */ /* general */