Code Duplication    Length = 3-3 lines in 2 locations

classes/fields/link.php 2 locations

@@ 186-188 (lines=3) @@
183
		// Ensure proper format
184
		$value = $this->pre_save( $value, $id, $name, $options, null, $pod );
185
186
		if ( ! empty( $value['text'] ) ) {
187
			$value['text'] = $this->strip_html( $value['text'], $options );
188
		}
189
190
		if ( ! empty( $value['url'] ) ) {
191
@@ 316-318 (lines=3) @@
313
		}
314
315
		// Start Title format
316
		if ( ! empty( $value['text'] ) ) {
317
			$value['text'] = $this->strip_html( $value['text'], $options );
318
		}
319
320
		// Start Target format
321
		if ( ! empty( $value['target'] ) ) {