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