Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1043-1050 (lines=8) @@
1040
			);
1041
		}
1042
1043
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1044
			wp_register_script(
1045
				'jquery.spin',
1046
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1047
				array( 'jquery', 'spin' ),
1048
				'1.3'
1049
			);
1050
		}
1051
1052
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1053
			wp_register_script(
@@ 1061-1069 (lines=9) @@
1058
			);
1059
		}
1060
1061
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1062
			wp_register_script(
1063
				'jetpack-twitter-timeline',
1064
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1065
				array( 'jquery' ),
1066
				'4.0.0',
1067
				true
1068
			);
1069
		}
1070
1071
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1072
			wp_register_script(