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
@@ 356-358 (lines=3) @@
353
		}
354
355
		// Start Title format
356
		if ( ! empty( $value['text'] ) ) {
357
			$value['text'] = $this->strip_html( $value['text'], $options );
358
		}
359
360
		// Start Target format
361
		if ( ! empty( $value['target'] ) ) {