Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsUI.php 2 locations

@@ 3354-3355 (lines=2) @@
3351
3352
                            $width = '';
3353
3354
                            if ( isset( $attributes[ 'width' ] ) && !empty( $attributes[ 'width' ] ) )
3355
                                $width = ' style="width: ' . esc_attr( $attributes[ 'width' ] ) . '"';
3356
3357
                            if ( $fields[ $field ][ 'sortable' ] ) {
3358
                                ?>
@@ 3399-3400 (lines=2) @@
3396
3397
                                $width = '';
3398
3399
                                if ( isset( $attributes[ 'width' ] ) && !empty( $attributes[ 'width' ] ) )
3400
                                    $width = ' style="width: ' . esc_attr( $attributes[ 'width' ] ) . '"';
3401
3402
                                if ( $fields[ $field ][ 'sortable' ] ) {
3403
                                    ?>