@@ 1135-1142 (lines=8) @@ | ||
1132 | ); |
|
1133 | } |
|
1134 | ||
1135 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1136 | wp_register_script( |
|
1137 | 'jquery.spin', |
|
1138 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1139 | array( 'jquery', 'spin' ), |
|
1140 | '1.3' |
|
1141 | ); |
|
1142 | } |
|
1143 | ||
1144 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1145 | wp_register_script( |
|
@@ 1153-1161 (lines=9) @@ | ||
1150 | ); |
|
1151 | } |
|
1152 | ||
1153 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1154 | wp_register_script( |
|
1155 | 'jetpack-twitter-timeline', |
|
1156 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1157 | array( 'jquery' ), |
|
1158 | '4.0.0', |
|
1159 | true |
|
1160 | ); |
|
1161 | } |
|
1162 | ||
1163 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1164 | wp_register_script( |