|
@@ 3419-3421 (lines=3) @@
|
| 3416 |
|
); |
| 3417 |
|
|
| 3418 |
|
// Merge with the classes taken from the UI call |
| 3419 |
|
if ( ! empty( $attributes['classes'] ) && is_array( $attributes['classes'] ) ) { |
| 3420 |
|
$column_classes = array_merge( $column_classes, $attributes['classes'] ); |
| 3421 |
|
} |
| 3422 |
|
if ( $id == 'title' ) { |
| 3423 |
|
$column_classes[] = 'column-primary'; |
| 3424 |
|
} |
|
@@ 3596-3598 (lines=3) @@
|
| 3593 |
|
); |
| 3594 |
|
|
| 3595 |
|
// Merge with the classes taken from the UI call |
| 3596 |
|
if ( ! empty( $attributes['classes'] ) && is_array( $attributes['classes'] ) ) { |
| 3597 |
|
$css_classes = array_merge( $css_classes, $attributes['classes'] ); |
| 3598 |
|
} |
| 3599 |
|
|
| 3600 |
|
if ( $attributes[ 'css_values' ] ) { |
| 3601 |
|
$css_field_value = $row[ $field ]; |