Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsUI.php 2 locations

@@ 1334-1335 (lines=2) @@
1331
				if ( ! isset( $attributes['sortable'] ) || false === $this->sortable ) {
1332
					$attributes['sortable'] = $this->sortable;
1333
				}
1334
				if ( ! isset( $attributes['options']['search'] ) || false === $this->searchable ) {
1335
					$attributes['options']['search'] = $this->searchable;
1336
				}
1337
				if ( ! isset( $attributes['options']['filter'] ) || false === $this->searchable ) {
1338
					$attributes['options']['filter'] = $this->searchable;
@@ 1337-1338 (lines=2) @@
1334
				if ( ! isset( $attributes['options']['search'] ) || false === $this->searchable ) {
1335
					$attributes['options']['search'] = $this->searchable;
1336
				}
1337
				if ( ! isset( $attributes['options']['filter'] ) || false === $this->searchable ) {
1338
					$attributes['options']['filter'] = $this->searchable;
1339
				}
1340
				/*
1341
				if ( false !== $attributes[ 'options' ][ 'filter' ] && false !== $filterable )