@@ 1081-1088 (lines=8) @@ | ||
1078 | ); |
|
1079 | } |
|
1080 | ||
1081 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1082 | wp_register_script( |
|
1083 | 'jquery.spin', |
|
1084 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1085 | array( 'jquery', 'spin' ), |
|
1086 | '1.3' |
|
1087 | ); |
|
1088 | } |
|
1089 | ||
1090 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1091 | wp_register_script( |
|
@@ 1099-1107 (lines=9) @@ | ||
1096 | ); |
|
1097 | } |
|
1098 | ||
1099 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1100 | wp_register_script( |
|
1101 | 'jetpack-twitter-timeline', |
|
1102 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1103 | array( 'jquery' ), |
|
1104 | '4.0.0', |
|
1105 | true |
|
1106 | ); |
|
1107 | } |
|
1108 | ||
1109 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1110 | wp_register_script( |