Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1132-1139 (lines=8) @@
1129
			);
1130
		}
1131
1132
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1133
			wp_register_script(
1134
				'jquery.spin',
1135
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1136
				array( 'jquery', 'spin' ),
1137
				'1.3'
1138
			);
1139
		}
1140
1141
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1142
			wp_register_script(
@@ 1150-1158 (lines=9) @@
1147
			);
1148
		}
1149
1150
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1151
			wp_register_script(
1152
				'jetpack-twitter-timeline',
1153
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1154
				array( 'jquery' ),
1155
				'4.0.0',
1156
				true
1157
			);
1158
		}
1159
1160
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1161
			wp_register_script(