Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

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