@@ -58,6 +58,10 @@ |
||
58 | 58 | self::cdnize_plugin_assets( 'jetpack', JETPACK__VERSION ); |
59 | 59 | } |
60 | 60 | |
61 | + /** |
|
62 | + * @param string $plugin_slug |
|
63 | + * @param string $current_version |
|
64 | + */ |
|
61 | 65 | public static function cdnize_plugin_assets( $plugin_slug, $current_version ) { |
62 | 66 | global $wp_scripts, $wp_styles; |
63 | 67 |