1 fede Sep 18, 2013 00:50
3 mgsolipa Sep 27, 2013 19:46
Thanks @fede,
We will keep an eye on this and let you know.
4 mgsolipa Oct 01, 2013 21:48
This issue was fixed and will be included in the next standard release.
Thanks.
5 fede Feb 20, 2014 17:57
Can you please take a look at it? it's still not working: http://demo3.b2evolution.net/stable/index.php?catsel[]=3&catsel[]=4
Thanks
Well, as nobody answers, i did the ugly solution:
as I don't care about categories_meta_description, in line 903 of /inc/skins/_skins.function.php
I added
global $catsel;
and replaced
if( $Blog->get_setting( 'categories_meta_description') )
by
if( $Blog->get_setting( 'categories_meta_description') && empty($catsel) )