Jake Vanderwerf
2026-02-08 df6c00db050e188a6bd5707e72c4f1f331ced923
inc/ui/CRUDSkeleton.php
@@ -1576,7 +1576,6 @@
               $tabs = false;
            }
            $fields = $this->fields;
            if (!$this->isTimeline) {
               $first = ['post_thumbnail', 'post_title', 'price'];
@@ -1586,9 +1585,8 @@
                     if ($tabs) {
                        $tabs['basic']['content'] .= Form::render($f, '', $fields[$f]);
                     } else {
                        Form::render($f, '', $fields[$f]);
                        echo Form::render($f, '', $fields[$f]);
                     }
                     unset($fields[$f]);
                  }
               }
@@ -1629,7 +1627,7 @@
                  if (in_array($config['type'], ['taxonomy', 'selector'])) {
                     $config = array_merge($config, $this->taxConfig($config['taxonomy'], $config['label']));
                  }
                  Form::render($n, '', $config);
                  echo Form::render($n, '', $config);
               }
            }