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