|
@@ 3418-3419 (lines=2) @@
|
| 3415 |
|
$column_classes[] = 'column-primary'; |
| 3416 |
|
} |
| 3417 |
|
|
| 3418 |
|
if ( isset( $attributes[ 'width' ] ) && !empty( $attributes[ 'width' ] ) ) |
| 3419 |
|
$width = ' style="width: ' . esc_attr( $attributes[ 'width' ] ) . '"'; |
| 3420 |
|
|
| 3421 |
|
if ( $fields[ $field ][ 'sortable' ] ) { |
| 3422 |
|
$column_classes[] = 'sortable' . $current_sort; |
|
@@ 3464-3465 (lines=2) @@
|
| 3461 |
|
|
| 3462 |
|
$width = ''; |
| 3463 |
|
|
| 3464 |
|
if ( isset( $attributes[ 'width' ] ) && !empty( $attributes[ 'width' ] ) ) |
| 3465 |
|
$width = ' style="width: ' . esc_attr( $attributes[ 'width' ] ) . '"'; |
| 3466 |
|
|
| 3467 |
|
if ( $fields[ $field ][ 'sortable' ] ) { |
| 3468 |
|
?> |