Hi there,
I’m using Adminimize last udpdate : 1.10.6
Since I update to WP 4.6.1–fr_FR the problem has change a little bit…
First warning message :
array_merge() [function.array-merge]: Argument #1 is not an array in […]/wp-content/plugins/adminimize/inc-setup/admin-bar-items.php on line 122
So I make the usual replacement :
$disabled_admin_bar_option_ = array(); // new declaration of type
$disabled_admin_bar_option_ = array_reduce( $disabled_admin_bar_option_, ‘array_merge’, array() );
Then appears a new warning message :
array_reduce() [function.array-reduce]: The second argument, ‘‘array_merge’’, should be a valid callback in […]/wp-content/plugins/adminimize/inc-setup/admin-bar-items.php on line 126
So, nothing seems fixed even with the last version of Adminimize plugin
A new warning message appears since WP 4.6.1–fr_FR update.
Thanks Frank Bueltge for the useful plugin but when will this bug be fixed ? ??
-
This reply was modified 8 years, 2 months ago by Jérémy.
-
This reply was modified 8 years, 2 months ago by Jérémy.