Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

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