@@ 1181-1188 (lines=8) @@ | ||
1178 | ); |
|
1179 | } |
|
1180 | ||
1181 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1182 | wp_register_script( |
|
1183 | 'jquery.spin', |
|
1184 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1185 | array( 'jquery', 'spin' ), |
|
1186 | '1.3' |
|
1187 | ); |
|
1188 | } |
|
1189 | ||
1190 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1191 | wp_register_script( |
|
@@ 1199-1207 (lines=9) @@ | ||
1196 | ); |
|
1197 | } |
|
1198 | ||
1199 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1200 | wp_register_script( |
|
1201 | 'jetpack-twitter-timeline', |
|
1202 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1203 | array( 'jquery' ), |
|
1204 | '4.0.0', |
|
1205 | true |
|
1206 | ); |
|
1207 | } |
|
1208 | ||
1209 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1210 | wp_register_script( |