Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1163-1170 (lines=8) @@
1160
			);
1161
		}
1162
1163
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1164
			wp_register_script(
1165
				'jquery.spin',
1166
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1167
				array( 'jquery', 'spin' ),
1168
				'1.3'
1169
			);
1170
		}
1171
1172
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1173
			wp_register_script(
@@ 1181-1189 (lines=9) @@
1178
			);
1179
		}
1180
1181
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1182
			wp_register_script(
1183
				'jetpack-twitter-timeline',
1184
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1185
				array( 'jquery' ),
1186
				'4.0.0',
1187
				true
1188
			);
1189
		}
1190
1191
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1192
			wp_register_script(