'; // FILE core/admin/meta_box_input.php // MOD line 46 : added Class for the label, the class is the same as the Div ID above, works ok // OBS maybe just giving an ID to the container Div above, all CSS styling would be easier... echo ''; // FILE core/fields/checkbox.php // MOD line 62 : add ID to the input, works ok echo '
  • '; // FILE core/fields/color_picker.php // MOD line 125 : the id should be 'key' instead of 'name' - the field name is not in the $field var - as this is one of the few with default ID, i'm not sure if it's being used elsewhere echo ''; // FILE core/fields/date_picker.php // MOD line 97 : added id - the field name is not in the $field var echo ''; // FILE core/fields/radio.php // MOD line 70 : added id to input, works ok echo '
  • '; // FILE core/fields/true_false.php // MOD line 45 : added ID, but there's no name in the $field var, used key instead echo '
  • ';