File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ' ;
You can’t perform that action at this time.
0 commit comments