Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1184-1191 (lines=8) @@
1181
			);
1182
		}
1183
1184
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1185
			wp_register_script(
1186
				'jquery.spin',
1187
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1188
				array( 'jquery', 'spin' ),
1189
				'1.3'
1190
			);
1191
		}
1192
1193
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1194
			wp_register_script(
@@ 1202-1210 (lines=9) @@
1199
			);
1200
		}
1201
1202
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1203
			wp_register_script(
1204
				'jetpack-twitter-timeline',
1205
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1206
				array( 'jquery' ),
1207
				'4.0.0',
1208
				true
1209
			);
1210
		}
1211
1212
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1213
			wp_register_script(