Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1167-1174 (lines=8) @@
1164
			);
1165
		}
1166
1167
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1168
			wp_register_script(
1169
				'jquery.spin',
1170
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1171
				array( 'jquery', 'spin' ),
1172
				'1.3'
1173
			);
1174
		}
1175
1176
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1177
			wp_register_script(
@@ 1185-1193 (lines=9) @@
1182
			);
1183
		}
1184
1185
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1186
			wp_register_script(
1187
				'jetpack-twitter-timeline',
1188
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1189
				array( 'jquery' ),
1190
				'4.0.0',
1191
				true
1192
			);
1193
		}
1194
1195
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1196
			wp_register_script(