Columns attribute bug?
-
Hi,
I will be very brief:
On line 285 :
$numberofcolumns = get_option(‘number_of_columns’, 4 );
Should it be $numberofcolumns = get_option(‘number_of_columns’, $columns ); ?This fix the columns selction bug?
The topic ‘Columns attribute bug?’ is closed to new replies.