Jake Vanderwerf
2026-02-14 27fb820ae9081fb56957cf75e79eccd8a99edd52
inc/meta/Form.php
@@ -1626,6 +1626,7 @@
      array_key_exists('add_label', $config) ? $config['add_label'] : 'Add Item'
      );
      unset($config['label']);
      return static::fieldWrap($name, $input, $config);
   }
      protected static function renderRepeaterRow(array $fields, array $values, int|string $index, string $name, string $rowTitle='New Item'):string