Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

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