Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1078-1085 (lines=8) @@
1075
			);
1076
		}
1077
1078
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1079
			wp_register_script(
1080
				'jquery.spin',
1081
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1082
				array( 'jquery', 'spin' ),
1083
				'1.3'
1084
			);
1085
		}
1086
1087
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1088
			wp_register_script(
@@ 1096-1104 (lines=9) @@
1093
			);
1094
		}
1095
1096
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1097
			wp_register_script(
1098
				'jetpack-twitter-timeline',
1099
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1100
				array( 'jquery' ),
1101
				'4.0.0',
1102
				true
1103
			);
1104
		}
1105
1106
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1107
			wp_register_script(