@@ 1070-1077 (lines=8) @@ | ||
1067 | ); |
|
1068 | } |
|
1069 | ||
1070 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1071 | wp_register_script( |
|
1072 | 'jquery.spin', |
|
1073 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1074 | array( 'jquery', 'spin' ), |
|
1075 | '1.3' |
|
1076 | ); |
|
1077 | } |
|
1078 | ||
1079 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1080 | wp_register_script( |
|
@@ 1088-1096 (lines=9) @@ | ||
1085 | ); |
|
1086 | } |
|
1087 | ||
1088 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1089 | wp_register_script( |
|
1090 | 'jetpack-twitter-timeline', |
|
1091 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1092 | array( 'jquery' ), |
|
1093 | '4.0.0', |
|
1094 | true |
|
1095 | ); |
|
1096 | } |
|
1097 | ||
1098 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1099 | wp_register_script( |