Code Duplication    Length = 3-3 lines in 2 locations

includes/data.php 2 locations

@@ 1574-1576 (lines=3) @@
1571
	if ( in_array( $tag[ 0 ], $single_supported ) ) {
1572
		$value = pods_v( '', $tag[ 0 ], '', true );
1573
	}
1574
	elseif ( 1 == count( $tag ) ) {
1575
		$value = pods_v( $tag[ 0 ], 'get', '', true );
1576
	}
1577
	elseif ( 2 == count( $tag ) ) {
1578
		$value = pods_v( $tag[ 1 ], $tag[ 0 ], '', true );
1579
	}
@@ 1577-1579 (lines=3) @@
1574
	elseif ( 1 == count( $tag ) ) {
1575
		$value = pods_v( $tag[ 0 ], 'get', '', true );
1576
	}
1577
	elseif ( 2 == count( $tag ) ) {
1578
		$value = pods_v( $tag[ 1 ], $tag[ 0 ], '', true );
1579
	}
1580
1581
	$value = apply_filters( 'pods_evaluate_tag', $value, $tag );
1582