Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

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