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

Island Usurper’s picture

Status: Active » Fixed

Thanks. Fixed and committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.