@@ -76,10 +76,10 @@ |
||
76 | 76 | foreach ( $pro_fields as $field_key => $field_type ) { |
77 | 77 | |
78 | 78 | if ( isset( $field_type['section'] ) ) { |
79 | - if ( ! isset( $field_sections[ $field_type['section'] ] ) ) { |
|
80 | - $field_sections[ $field_type['section'] ] = array(); |
|
79 | + if ( ! isset( $field_sections[$field_type['section']] ) ) { |
|
80 | + $field_sections[$field_type['section']] = array(); |
|
81 | 81 | } |
82 | - $field_sections[ $field_type['section'] ][ $field_key ] = $field_type; |
|
82 | + $field_sections[$field_type['section']][$field_key] = $field_type; |
|
83 | 83 | continue; |
84 | 84 | } |
85 | 85 |