Code Duplication    Length = 5-5 lines in 2 locations

admin/includes/menus/welcome.php 2 locations

@@ 179-183 (lines=5) @@
176
		}
177
178
		// we dont really get along with wp side comments because of the section ids that get applied dynamically. since we save our html, it'll get saved along with the post as HTML
179
		if ( class_exists( 'WP_Side_Comments' ) ) {
180
			$notices[] = '<li class="error"><h3>'.__( 'WP Side Comments Compatibility Warning!', 'lasso' ).'</h3>
181
							<p>'.__( 'Since Editus saves the HTML of a post, this may cause undesired issues. We\'re working to resolve incompatibilities faster than a jack rabbit in a hot greasy griddle in the middle of August.', 'lasso' ).'</p>
182
							</li>';
183
		}
184
185
		// if the license key isnt activated
186
		if ( empty( $license ) ) {
@@ 186-190 (lines=5) @@
183
		}
184
185
		// if the license key isnt activated
186
		if ( empty( $license ) ) {
187
			$notices[] = '<li class="info"><h3>'.__( 'License Key Not Activated', 'lasso' ).'</h3>
188
							<p>'.__( 'Just a heads up, your license key isn\'t activated. Enter your license key into the License tab on the left in order to receive plugin update notifications.', 'lasso' ).'</p>
189
							</li>';
190
		}
191
		if ( !empty( $license ) && 'invalid' == $status ) {
192
			$notices[] = '<li class="error"><h3>'.__( 'License Key Invalid', 'lasso' ).'</h3>
193
							<p>'.__( 'The license key that you entered is ', 'lasso' ).'<strong>'.__( 'invalid', 'lasso' ).'</strong>'.__( '. It may have been entered incorreclty, or may have expired.', 'lasso' ).'</p>