Hi Vlad,
Long time I didn't write you anything...
I found a small bug in the version where you prefix all your variables...
apply_filters('thaTHANKS_TD_TOTALnks_stat_dashboard_row', $ww_record);
Cheers,
Whiler
Hi Vlad,
Long time I didn't write you anything...
I found a small bug in the version where you prefix all your variables...
apply_filters('thaTHANKS_TD_TOTALnks_stat_dashboard_row', $ww_record);
Cheers,
Whiler
Hi Whiler,
I'm glad to get the news from you :).
Thank you very much for pointing me that. I will fix this typo bug.
Cheers,
Vladimir.
Bug with this filter is fixed. Valid code is
$ww_record = apply_filters('thanks_stat_dashboard_row', $ww_record);
TYCB version 1.6.5 is published.
Mine was already updated with this variable ;o)
Minor bug is fixed for the TYCB dashboard widget content filter hook "thanks_stat_dashboard_row". Thanks to Whiler who found it. If you don't use that filter hook you can skip this update.
You're welcome... a quick question regarding this...
Do you know a nice plugin (or an option) which allows to skip a specific release? I mean, hidding it from the extensions which has an available update...
No, I don't. I thought about that myself as I periodically need such option at WP admin plugins list: something as 'Skip this version' link or button. It seems that it is the good idea for the new plugin :). Some investigation is needed how to built-in it into WP plugins update staff.
If you create this one, you can be sure I'll download it :)
I will dig WP source code with this idea in mind when I have enough time.
And if I will make one, You will be first who will know about its pre-release :).
Cheers ;o)
You must log in to post.