Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1113-1120 (lines=8) @@
1110
			);
1111
		}
1112
1113
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1114
			wp_register_script(
1115
				'jquery.spin',
1116
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1117
				array( 'jquery', 'spin' ),
1118
				'1.3'
1119
			);
1120
		}
1121
1122
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1123
			wp_register_script(
@@ 1131-1139 (lines=9) @@
1128
			);
1129
		}
1130
1131
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1132
			wp_register_script(
1133
				'jetpack-twitter-timeline',
1134
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1135
				array( 'jquery' ),
1136
				'4.0.0',
1137
				true
1138
			);
1139
		}
1140
1141
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1142
			wp_register_script(