@@ -208,6 +208,7 @@ discard block |
||
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 |
||
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 | } |