Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

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