@@ 1040-1047 (lines=8) @@ | ||
1037 | ); |
|
1038 | } |
|
1039 | ||
1040 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1041 | wp_register_script( |
|
1042 | 'jquery.spin', |
|
1043 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1044 | array( 'jquery', 'spin' ), |
|
1045 | '1.3' |
|
1046 | ); |
|
1047 | } |
|
1048 | ||
1049 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1050 | wp_register_script( |
|
@@ 1058-1066 (lines=9) @@ | ||
1055 | ); |
|
1056 | } |
|
1057 | ||
1058 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1059 | wp_register_script( |
|
1060 | 'jetpack-twitter-timeline', |
|
1061 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1062 | array( 'jquery' ), |
|
1063 | '4.0.0', |
|
1064 | true |
|
1065 | ); |
|
1066 | } |
|
1067 | ||
1068 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1069 | wp_register_script( |