@@ 1112-1119 (lines=8) @@ | ||
1109 | ); |
|
1110 | } |
|
1111 | ||
1112 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1113 | wp_register_script( |
|
1114 | 'jquery.spin', |
|
1115 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1116 | array( 'jquery', 'spin' ), |
|
1117 | '1.3' |
|
1118 | ); |
|
1119 | } |
|
1120 | ||
1121 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1122 | wp_register_script( |
|
@@ 1130-1138 (lines=9) @@ | ||
1127 | ); |
|
1128 | } |
|
1129 | ||
1130 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1131 | wp_register_script( |
|
1132 | 'jetpack-twitter-timeline', |
|
1133 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1134 | array( 'jquery' ), |
|
1135 | '4.0.0', |
|
1136 | true |
|
1137 | ); |
|
1138 | } |
|
1139 | ||
1140 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1141 | wp_register_script( |