Code Duplication    Length = 4-4 lines in 2 locations

classes/Pods.php 2 locations

@@ 1964-1967 (lines=4) @@
1961
1962
		$pod =& $this;
1963
1964
		if ( null === $id ) {
1965
			$id = $this->id();
1966
			// @codingStandardsIgnoreLine.
1967
		} elseif ( $id != $this->id() ) {
1968
			$pod = pods( $this->pod, $id );
1969
		}
1970
@@ 2044-2047 (lines=4) @@
2041
2042
		$pod =& $this;
2043
2044
		if ( null === $id ) {
2045
			$id = $this->id();
2046
			// @codingStandardsIgnoreLine.
2047
		} elseif ( $id != $this->id() ) {
2048
			$pod = pods( $this->pod, $id );
2049
		}
2050