From b3401c45dac6d4e2cd89fcf0aabe8b1fbb7474da Mon Sep 17 00:00:00 2001 From: John Huebner Date: Sun, 9 Oct 2016 09:35:40 -0400 Subject: [PATCH] corrected bug --- acf-input-counter.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/acf-input-counter.php b/acf-input-counter.php index 704bd5c..806851c 100644 --- a/acf-input-counter.php +++ b/acf-input-counter.php @@ -4,7 +4,7 @@ Plugin Name: ACF Input Counter Plugin URI: https://github.com/Hube2/acf-input-counter/ Description: Show character count for limited text and textarea fields - Version: 1.3.0 + Version: 1.3.1 Author: John A. Huebner II Author URI: https://github.com/Hube2/ GitHub Plugin URI: https://github.com/Hube2/acf-input-counter/ @@ -125,10 +125,10 @@ private function check($allow, $exist) { } // end class acf_input_counter if (!function_exists('jh_plugins_list_meta_box')) { - if (apply_filters('remove_hube2_nag', false)) { - return; - } function jh_plugins_list_meta_box() { + if (apply_filters('remove_hube2_nag', false)) { + return; + } $plugins = apply_filters('jh_plugins_list', array()); $id = 'plugins-by-john-huebner';