|
@@ 3802-3804 (lines=3) @@
|
| 3799 |
|
); |
| 3800 |
|
|
| 3801 |
|
// Merge with the classes taken from the UI call |
| 3802 |
|
if ( ! empty( $attributes['classes'] ) && is_array( $attributes['classes'] ) ) { |
| 3803 |
|
$column_classes = array_merge( $column_classes, $attributes['classes'] ); |
| 3804 |
|
} |
| 3805 |
|
if ( $id == 'title' ) { |
| 3806 |
|
$column_classes[] = 'column-primary'; |
| 3807 |
|
} |
|
@@ 4034-4036 (lines=3) @@
|
| 4031 |
|
); |
| 4032 |
|
|
| 4033 |
|
// Merge with the classes taken from the UI call |
| 4034 |
|
if ( ! empty( $attributes['classes'] ) && is_array( $attributes['classes'] ) ) { |
| 4035 |
|
$css_classes = array_merge( $css_classes, $attributes['classes'] ); |
| 4036 |
|
} |
| 4037 |
|
|
| 4038 |
|
if ( $attributes['css_values'] ) { |
| 4039 |
|
$css_field_value = $row[ $field ]; |