@@ 1168-1175 (lines=8) @@ | ||
1165 | ); |
|
1166 | } |
|
1167 | ||
1168 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1169 | wp_register_script( |
|
1170 | 'jquery.spin', |
|
1171 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1172 | array( 'jquery', 'spin' ), |
|
1173 | '1.3' |
|
1174 | ); |
|
1175 | } |
|
1176 | ||
1177 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1178 | wp_register_script( |
|
@@ 1186-1194 (lines=9) @@ | ||
1183 | ); |
|
1184 | } |
|
1185 | ||
1186 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1187 | wp_register_script( |
|
1188 | 'jetpack-twitter-timeline', |
|
1189 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1190 | array( 'jquery' ), |
|
1191 | '4.0.0', |
|
1192 | true |
|
1193 | ); |
|
1194 | } |
|
1195 | ||
1196 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1197 | wp_register_script( |