Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsUI.php 2 locations

@@ 3426-3427 (lines=2) @@
3423
                                $column_classes[] = 'column-primary';
3424
                            }
3425
3426
                            if ( isset( $attributes[ 'width' ] ) && !empty( $attributes[ 'width' ] ) )
3427
                                $width = ' style="width: ' . esc_attr( $attributes[ 'width' ] ) . '"';
3428
3429
                            if ( $fields[ $field ][ 'sortable' ] ) {
3430
                                $column_classes[] = 'sortable' . $current_sort;
@@ 3472-3473 (lines=2) @@
3469
3470
                                $width = '';
3471
3472
                                if ( isset( $attributes[ 'width' ] ) && !empty( $attributes[ 'width' ] ) )
3473
                                    $width = ' style="width: ' . esc_attr( $attributes[ 'width' ] ) . '"';
3474
3475
                                if ( $fields[ $field ][ 'sortable' ] ) {
3476
                                    ?>