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