Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsUI.php 2 locations

@@ 3398-3399 (lines=2) @@
3395
                                $column_classes[] = 'column-primary';
3396
                            }
3397
3398
                            if ( isset( $attributes[ 'width' ] ) && !empty( $attributes[ 'width' ] ) )
3399
                                $width = ' style="width: ' . esc_attr( $attributes[ 'width' ] ) . '"';
3400
3401
                            if ( $fields[ $field ][ 'sortable' ] ) {
3402
                                $column_classes[] = 'sortable' . $current_sort;
@@ 3444-3445 (lines=2) @@
3441
3442
                                $width = '';
3443
3444
                                if ( isset( $attributes[ 'width' ] ) && !empty( $attributes[ 'width' ] ) )
3445
                                    $width = ' style="width: ' . esc_attr( $attributes[ 'width' ] ) . '"';
3446
3447
                                if ( $fields[ $field ][ 'sortable' ] ) {
3448
                                    ?>