Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1055-1062 (lines=8) @@
1052
			);
1053
		}
1054
1055
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1056
			wp_register_script(
1057
				'jquery.spin',
1058
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1059
				array( 'jquery', 'spin' ),
1060
				'1.3'
1061
			);
1062
		}
1063
1064
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1065
			wp_register_script(
@@ 1073-1081 (lines=9) @@
1070
			);
1071
		}
1072
1073
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1074
			wp_register_script(
1075
				'jetpack-twitter-timeline',
1076
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1077
				array( 'jquery' ),
1078
				'4.0.0',
1079
				true
1080
			);
1081
		}
1082
1083
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1084
			wp_register_script(