@@ 1087-1094 (lines=8) @@ | ||
1084 | ); |
|
1085 | } |
|
1086 | ||
1087 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1088 | wp_register_script( |
|
1089 | 'jquery.spin', |
|
1090 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1091 | array( 'jquery', 'spin' ), |
|
1092 | '1.3' |
|
1093 | ); |
|
1094 | } |
|
1095 | ||
1096 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1097 | wp_register_script( |
|
@@ 1105-1113 (lines=9) @@ | ||
1102 | ); |
|
1103 | } |
|
1104 | ||
1105 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1106 | wp_register_script( |
|
1107 | 'jetpack-twitter-timeline', |
|
1108 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1109 | array( 'jquery' ), |
|
1110 | '4.0.0', |
|
1111 | true |
|
1112 | ); |
|
1113 | } |
|
1114 | ||
1115 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1116 | wp_register_script( |