|
@@ -18,10 +18,10 @@ |
|
|
block discarded – undo |
|
18
|
18
|
|
|
19
|
19
|
$show_mt = $this->show_merge_tags(); |
|
20
|
20
|
|
|
21
|
|
- if( $show_mt && $this->field['merge_tags'] !== false || $this->field['merge_tags'] === 'force' ) { |
|
22
|
|
- $class = 'merge-tag-support mt-position-right mt-hide_all_fields '; |
|
23
|
|
- } |
|
24
|
|
- $class .= !empty( $this->field['class'] ) ? $this->field['class'] : 'widefat'; |
|
|
21
|
+ if( $show_mt && $this->field['merge_tags'] !== false || $this->field['merge_tags'] === 'force' ) { |
|
|
22
|
+ $class = 'merge-tag-support mt-position-right mt-hide_all_fields '; |
|
|
23
|
+ } |
|
|
24
|
+ $class .= !empty( $this->field['class'] ) ? $this->field['class'] : 'widefat'; |
|
25
|
25
|
|
|
26
|
26
|
$max = \GV\Utils::get( $this->field, 'max', null ); |
|
27
|
27
|
$min = \GV\Utils::get( $this->field, 'min', null ); |
Please login to merge, or discard this patch.