Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

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