Completed
Pull Request — master (#10102)
by George
319:23 queued 251:16
created
modules/photon-cdn.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -58,6 +58,10 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.