Code Duplication    Length = 3-3 lines in 2 locations

includes/data.php 2 locations

@@ 1591-1593 (lines=3) @@
1588
	if ( in_array( $tag[ 0 ], $single_supported ) ) {
1589
		$value = pods_v( '', $tag[ 0 ], '', true );
1590
	}
1591
	elseif ( 1 == count( $tag ) ) {
1592
		$value = pods_v( $tag[ 0 ], 'get', '', true );
1593
	}
1594
	elseif ( 2 == count( $tag ) ) {
1595
		$value = pods_v( $tag[ 1 ], $tag[ 0 ], '', true );
1596
	}
@@ 1594-1596 (lines=3) @@
1591
	elseif ( 1 == count( $tag ) ) {
1592
		$value = pods_v( $tag[ 0 ], 'get', '', true );
1593
	}
1594
	elseif ( 2 == count( $tag ) ) {
1595
		$value = pods_v( $tag[ 1 ], $tag[ 0 ], '', true );
1596
	}
1597
1598
	$value = apply_filters( 'pods_evaluate_tag', $value, $tag );
1599