| @@ 35-41 (lines=7) @@ | ||
| 32 | * Registers/enqueues the gallery settings admin js. | |
| 33 | */ | |
| 34 | 	function wp_enqueue_media() { | |
| 35 | 		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { | |
| 36 | /** | |
| 37 | * This only happens if we're not in Jetpack, but on WPCOM instead. | |
| 38 | * This is the correct path for WPCOM. | |
| 39 | */ | |
| 40 | wp_register_script( 'jetpack-gallery-settings', plugins_url( 'gallery-settings/gallery-settings.js', __FILE__ ), array( 'media-views' ), '20121225' ); | |
| 41 | } | |
| 42 | ||
| 43 | wp_enqueue_script( 'jetpack-gallery-settings' ); | |
| 44 | } | |
| @@ 989-991 (lines=3) @@ | ||
| 986 | wp_register_script( 'jquery.spin', plugins_url( '_inc/jquery.spin.js', JETPACK__PLUGIN_FILE ) , array( 'jquery', 'spin' ), '1.3' ); | |
| 987 | } | |
| 988 | ||
| 989 | 		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) { | |
| 990 | wp_register_script( 'jetpack-gallery-settings', plugins_url( '_inc/gallery-settings.js', JETPACK__PLUGIN_FILE ), array( 'media-views' ), '20121225' ); | |
| 991 | } | |
| 992 | ||
| 993 | 		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) { | |
| 994 | wp_register_script( 'jetpack-twitter-timeline', plugins_url( '_inc/twitter-timeline.js', JETPACK__PLUGIN_FILE ) , array( 'jquery' ), '3.10', true ); | |