@@ 1057-1064 (lines=8) @@ | ||
1054 | ); |
|
1055 | } |
|
1056 | ||
1057 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1058 | wp_register_script( |
|
1059 | 'jquery.spin', |
|
1060 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1061 | array( 'jquery', 'spin' ), |
|
1062 | '1.3' |
|
1063 | ); |
|
1064 | } |
|
1065 | ||
1066 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1067 | wp_register_script( |
|
@@ 1075-1083 (lines=9) @@ | ||
1072 | ); |
|
1073 | } |
|
1074 | ||
1075 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1076 | wp_register_script( |
|
1077 | 'jetpack-twitter-timeline', |
|
1078 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1079 | array( 'jquery' ), |
|
1080 | '4.0.0', |
|
1081 | true |
|
1082 | ); |
|
1083 | } |
|
1084 | ||
1085 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1086 | wp_register_script( |