Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1175-1182 (lines=8) @@
1172
			);
1173
		}
1174
1175
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1176
			wp_register_script(
1177
				'jquery.spin',
1178
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1179
				array( 'jquery', 'spin' ),
1180
				'1.3'
1181
			);
1182
		}
1183
1184
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1185
			wp_register_script(
@@ 1193-1201 (lines=9) @@
1190
			);
1191
		}
1192
1193
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1194
			wp_register_script(
1195
				'jetpack-twitter-timeline',
1196
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1197
				array( 'jquery' ),
1198
				'4.0.0',
1199
				true
1200
			);
1201
		}
1202
1203
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1204
			wp_register_script(