@@ 1027-1034 (lines=8) @@ | ||
1024 | ); |
|
1025 | } |
|
1026 | ||
1027 | if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) { |
|
1028 | wp_register_script( |
|
1029 | 'jquery.spin', |
|
1030 | Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ), |
|
1031 | array( 'jquery', 'spin' ), |
|
1032 | '1.3' |
|
1033 | ); |
|
1034 | } |
|
1035 | ||
1036 | if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { |
|
1037 | wp_register_script( |
|
@@ 1045-1053 (lines=9) @@ | ||
1042 | ); |
|
1043 | } |
|
1044 | ||
1045 | if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { |
|
1046 | wp_register_script( |
|
1047 | 'jetpack-twitter-timeline', |
|
1048 | Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ), |
|
1049 | array( 'jquery' ), |
|
1050 | '4.0.0', |
|
1051 | true |
|
1052 | ); |
|
1053 | } |
|
1054 | ||
1055 | if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) { |
|
1056 | wp_register_script( |