Skip to content

Commit b3401c4

Browse files
committed
corrected bug
1 parent 2c8d08d commit b3401c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

acf-input-counter.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: ACF Input Counter
55
Plugin URI: https://github.com/Hube2/acf-input-counter/
66
Description: Show character count for limited text and textarea fields
7-
Version: 1.3.0
7+
Version: 1.3.1
88
Author: John A. Huebner II
99
Author URI: https://github.com/Hube2/
1010
GitHub Plugin URI: https://github.com/Hube2/acf-input-counter/
@@ -125,10 +125,10 @@ private function check($allow, $exist) {
125125
} // end class acf_input_counter
126126

127127
if (!function_exists('jh_plugins_list_meta_box')) {
128-
if (apply_filters('remove_hube2_nag', false)) {
129-
return;
130-
}
131128
function jh_plugins_list_meta_box() {
129+
if (apply_filters('remove_hube2_nag', false)) {
130+
return;
131+
}
132132
$plugins = apply_filters('jh_plugins_list', array());
133133

134134
$id = 'plugins-by-john-huebner';

0 commit comments

Comments
 (0)