Code Duplication    Length = 3-3 lines in 2 locations

classes/fields/link.php 2 locations

@@ 192-194 (lines=3) @@
189
		// Ensure proper format
190
		$value = $this->pre_save( $value, $id, $name, $options, null, $pod );
191
192
		if ( ! empty( $value['text'] ) ) {
193
			$value['text'] = $this->strip_html( $value['text'], $options );
194
		}
195
196
		if ( ! empty( $value['url'] ) ) {
197
@@ 337-339 (lines=3) @@
334
		}
335
336
		// Start Title format
337
		if ( ! empty( $value['text'] ) ) {
338
			$value['text'] = $this->strip_html( $value['text'], $options );
339
		}
340
341
		// Start Target format
342
		if ( ! empty( $value['target'] ) ) {