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