PluginProbe
WP Directory Kit / 1.4.8
WP Directory Kit v1.4.8
1.5.7 1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 All 36 releases
← All changes | application/views/fields_edit/LISTING_USER.php +1 -1 1.3.3 → 1.4.8 View file →
@@ -40,9 +40,9 @@
40 40 wdk_search_fields_toggle();
41 41
42 42 ?>
43 43
44 -<div class="wdk-field-edit <?php echo esc_attr($field->field_type); ?> wdk-col-<?php echo esc_attr($field->columns_number); ?> <?php echo esc_attr($field->class); ?>">
44 +<div class="wdk-field-<?php echo esc_attr($field_id);?> wdk-field-edit <?php echo esc_attr($field->field_type); ?> wdk-col-<?php echo esc_attr($field->columns_number); ?> <?php echo esc_attr($field->class); ?>">
45 45 <label for="<?php echo esc_attr($field_id); ?>"><?php echo esc_html($field_label).esc_html($required); ?></label>
46 46 <div class="wdk-field-container">
47 47 <?php echo wdk_treefield_option($field_id, 'listing_m', wmvc_show_data($field_id, $db_data, ''), 'post_title', '', __('Not Selected', 'wpdirectorykit'),'',TRUE);?>
48 48 <?php if(!empty($field->hint)):?>