There is this code in uc_store/uc_store.admin.inc around line 1133:
if (!empty($data['format']['description'])) {
$description .= '<div class="description">'. $data['alter']['description'] .'</div>';
}
There $data['alter']['description'] should be changed to $data['format']['description']. Thanks.
Comments
Comment #1
Island Usurper commentedThanks. Fixed and committed.