Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1171-1178 (lines=8) @@
1168
			);
1169
		}
1170
1171
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1172
			wp_register_script(
1173
				'jquery.spin',
1174
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1175
				array( 'jquery', 'spin' ),
1176
				'1.3'
1177
			);
1178
		}
1179
1180
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1181
			wp_register_script(
@@ 1189-1197 (lines=9) @@
1186
			);
1187
		}
1188
1189
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1190
			wp_register_script(
1191
				'jetpack-twitter-timeline',
1192
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1193
				array( 'jquery' ),
1194
				'4.0.0',
1195
				true
1196
			);
1197
		}
1198
1199
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1200
			wp_register_script(