|
@@ 3809-3810 (lines=2) @@
|
| 3806 |
|
$column_classes[] = 'column-primary'; |
| 3807 |
|
} |
| 3808 |
|
|
| 3809 |
|
if ( isset( $attributes['width'] ) && ! empty( $attributes['width'] ) ) { |
| 3810 |
|
$width = ' style="width: ' . esc_attr( $attributes['width'] ) . '"'; |
| 3811 |
|
} |
| 3812 |
|
|
| 3813 |
|
if ( $fields[ $field ]['sortable'] ) { |
|
@@ 3873-3874 (lines=2) @@
|
| 3870 |
|
|
| 3871 |
|
$width = ''; |
| 3872 |
|
|
| 3873 |
|
if ( isset( $attributes['width'] ) && ! empty( $attributes['width'] ) ) { |
| 3874 |
|
$width = ' style="width: ' . esc_attr( $attributes['width'] ) . '"'; |
| 3875 |
|
} |
| 3876 |
|
|
| 3877 |
|
if ( $fields[ $field ]['sortable'] ) { |