Jake Vanderwerf
2026-02-10 51c04912dd82476e6dc7488d3c525f53dca670a7
inc/meta/Form.php
@@ -208,7 +208,7 @@
         return '';
      }
      protected static function buildInput(string $content):string
      public static function buildInput(string $content):string
      {
         return sprintf(
            '<div class="field-input-wrapper">
@@ -516,7 +516,7 @@
         $optionsHtml .= sprintf(
            '<option value="%s"%s>%s</option>',
            esc_attr($optValue),
            selected($value, $optValue),
            selected($value, $optValue, false),
            esc_html($optLabel)
         );
      }
@@ -590,7 +590,7 @@
            esc_attr($name),
            $optValue,
            esc_attr($optValue),
            checked($value, $optValue),
            checked($value, $optValue,false),
            esc_attr($name),
            $optValue,
            esc_html($optLabel)