|
@@ 3391-3393 (lines=3) @@
|
| 3388 |
|
); |
| 3389 |
|
|
| 3390 |
|
// Merge with the classes taken from the UI call |
| 3391 |
|
if ( ! empty( $attributes['classes'] ) && is_array( $attributes['classes'] ) ) { |
| 3392 |
|
$column_classes = array_merge( $column_classes, $attributes['classes'] ); |
| 3393 |
|
} |
| 3394 |
|
if ( $id == 'title' ) { |
| 3395 |
|
$column_classes[] = 'column-primary'; |
| 3396 |
|
} |
|
@@ 3568-3570 (lines=3) @@
|
| 3565 |
|
); |
| 3566 |
|
|
| 3567 |
|
// Merge with the classes taken from the UI call |
| 3568 |
|
if ( ! empty( $attributes['classes'] ) && is_array( $attributes['classes'] ) ) { |
| 3569 |
|
$css_classes = array_merge( $css_classes, $attributes['classes'] ); |
| 3570 |
|
} |
| 3571 |
|
|
| 3572 |
|
if ( $attributes[ 'css_values' ] ) { |
| 3573 |
|
$css_field_value = $row[ $field ]; |