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 4
4
Plugin Name: ACF Input Counter
5
5
Plugin URI: https://github.com/Hube2/acf-input-counter/
6
6
Description: Show character count for limited text and textarea fields
7
- Version: 1.3.0
7
+ Version: 1.3.1
8
8
Author: John A. Huebner II
9
9
Author URI: https://github.com/Hube2/
10
10
GitHub Plugin URI: https://github.com/Hube2/acf-input-counter/
@@ -125,10 +125,10 @@ private function check($allow, $exist) {
125
125
} // end class acf_input_counter
126
126
127
127
if (!function_exists ('jh_plugins_list_meta_box ' )) {
128
- if (apply_filters ('remove_hube2_nag ' , false )) {
129
- return ;
130
- }
131
128
function jh_plugins_list_meta_box () {
129
+ if (apply_filters ('remove_hube2_nag ' , false )) {
130
+ return ;
131
+ }
132
132
$ plugins = apply_filters ('jh_plugins_list ' , array ());
133
133
134
134
$ id = 'plugins-by-john-huebner ' ;
You can’t perform that action at this time.
0 commit comments