@@ 1120-1127 (lines=8) @@ | ||
1117 | ); |
|
1118 | } |
|
1119 | ||
1120 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1121 | wp_register_script( |
|
1122 | 'jquery.spin', |
|
1123 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1124 | array( 'jquery', 'spin' ), |
|
1125 | '1.3' |
|
1126 | ); |
|
1127 | } |
|
1128 | ||
1129 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1130 | wp_register_script( |
|
@@ 1138-1146 (lines=9) @@ | ||
1135 | ); |
|
1136 | } |
|
1137 | ||
1138 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1139 | wp_register_script( |
|
1140 | 'jetpack-twitter-timeline', |
|
1141 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1142 | array( 'jquery' ), |
|
1143 | '4.0.0', |
|
1144 | true |
|
1145 | ); |
|
1146 | } |
|
1147 | ||
1148 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1149 | wp_register_script( |