Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1094-1101 (lines=8) @@
1091
			);
1092
		}
1093
1094
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1095
			wp_register_script(
1096
				'jquery.spin',
1097
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1098
				array( 'jquery', 'spin' ),
1099
				'1.3'
1100
			);
1101
		}
1102
1103
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1104
			wp_register_script(
@@ 1112-1120 (lines=9) @@
1109
			);
1110
		}
1111
1112
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1113
			wp_register_script(
1114
				'jetpack-twitter-timeline',
1115
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1116
				array( 'jquery' ),
1117
				'4.0.0',
1118
				true
1119
			);
1120
		}
1121
1122
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1123
			wp_register_script(