Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1149-1156 (lines=8) @@
1146
			);
1147
		}
1148
1149
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1150
			wp_register_script(
1151
				'jquery.spin',
1152
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1153
				array( 'jquery', 'spin' ),
1154
				'1.3'
1155
			);
1156
		}
1157
1158
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1159
			wp_register_script(
@@ 1167-1175 (lines=9) @@
1164
			);
1165
		}
1166
1167
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1168
			wp_register_script(
1169
				'jetpack-twitter-timeline',
1170
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1171
				array( 'jquery' ),
1172
				'4.0.0',
1173
				true
1174
			);
1175
		}
1176
1177
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1178
			wp_register_script(