@@ 1150-1157 (lines=8) @@ | ||
1147 | ); |
|
1148 | } |
|
1149 | ||
1150 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1151 | wp_register_script( |
|
1152 | 'jquery.spin', |
|
1153 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1154 | array( 'jquery', 'spin' ), |
|
1155 | '1.3' |
|
1156 | ); |
|
1157 | } |
|
1158 | ||
1159 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1160 | wp_register_script( |
|
@@ 1168-1176 (lines=9) @@ | ||
1165 | ); |
|
1166 | } |
|
1167 | ||
1168 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1169 | wp_register_script( |
|
1170 | 'jetpack-twitter-timeline', |
|
1171 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1172 | array( 'jquery' ), |
|
1173 | '4.0.0', |
|
1174 | true |
|
1175 | ); |
|
1176 | } |
|
1177 | ||
1178 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1179 | wp_register_script( |