Code Duplication    Length = 3-3 lines in 2 locations

classes/fields/link.php 2 locations

@@ 136-138 (lines=3) @@
133
		// Ensure proper format
134
		$value = $this->pre_save( $value, $id, $name, $options, null, $pod );
135
136
		if ( ! empty( $value['text'] ) ) {
137
			$value['text'] = $this->strip_html( $value['text'], $options );
138
		}
139
140
		if ( ! empty( $value['url'] ) ) {
141
@@ 273-275 (lines=3) @@
270
		}
271
272
		// Start Title format
273
		if ( ! empty( $value['text'] ) ) {
274
			$value['text'] = $this->strip_html( $value['text'], $options );
275
		}
276
277
		// Start Target format
278
		if ( ! empty( $value['target'] ) ) {