|
@@ 3411-3413 (lines=3) @@
|
| 3408 |
|
); |
| 3409 |
|
|
| 3410 |
|
// Merge with the classes taken from the UI call |
| 3411 |
|
if ( ! empty( $attributes['classes'] ) && is_array( $attributes['classes'] ) ) { |
| 3412 |
|
$column_classes = array_merge( $column_classes, $attributes['classes'] ); |
| 3413 |
|
} |
| 3414 |
|
if ( $id == 'title' ) { |
| 3415 |
|
$column_classes[] = 'column-primary'; |
| 3416 |
|
} |
|
@@ 3588-3590 (lines=3) @@
|
| 3585 |
|
); |
| 3586 |
|
|
| 3587 |
|
// Merge with the classes taken from the UI call |
| 3588 |
|
if ( ! empty( $attributes['classes'] ) && is_array( $attributes['classes'] ) ) { |
| 3589 |
|
$css_classes = array_merge( $css_classes, $attributes['classes'] ); |
| 3590 |
|
} |
| 3591 |
|
|
| 3592 |
|
if ( $attributes[ 'css_values' ] ) { |
| 3593 |
|
$css_field_value = $row[ $field ]; |