Skip to content

Commit

Permalink
corrected bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hube2 committed Oct 9, 2016
1 parent 2c8d08d commit b3401c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions acf-input-counter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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';
Expand Down

0 comments on commit b3401c4

Please sign in to comment.