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