Completed
Push — custom-css-in-customizer ( 1baf74 )
by George
107:50 queued 88:17
created
modules/custom-css/custom-css-in-customizer.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -208,6 +208,7 @@  discard block
 block discarded – undo
208 208
 	 * post to store all of the settings.
209 209
 	 *
210 210
 	 * This method overrides all calls to get_theme_mod for the jetpack_custom_css array.
211
+	 * @param boolean $value
211 212
 	 */
212 213
 	public static function theme_mod_override_jetpack_custom_css( $value ) {
213 214
 		$custom_css_post_ID = Jetpack_Custom_CSS::post_id();
@@ -285,6 +286,9 @@  discard block
 block discarded – undo
285 286
 	class Jetpack_Custom_CSS_Control extends WP_Customize_Control {
286 287
 		public $type = 'jetpackCss';
287 288
 
289
+		/**
290
+		 * @param string $id
291
+		 */
288 292
 		public function __construct( $manager, $id, $args = array() ) {
289 293
 			parent::__construct( $manager, $id, $args );
290 294
 		}
Please login to merge, or discard this patch.