diff --git a/inc/customizer/customizer.php b/inc/customizer/customizer.php index 5a19b50..e6b9326 100755 --- a/inc/customizer/customizer.php +++ b/inc/customizer/customizer.php @@ -5,6 +5,9 @@ * A customizer control for choosing web fonts */ class SiteOrigin_Customize_Fonts_Control extends WP_Customize_Control { + public $id; + public $type; + function __construct( $manager, $id, $args = array() ) { // Let other themes and plugins process the web fonts array $google_web_fonts = include ( dirname(__FILE__) . '/google-fonts.php' ); @@ -53,14 +56,14 @@ protected function render() { } endif; -if ( !class_exists( 'SiteOrigin_Customizer_CSS_Builder' ) ) : +if ( ! class_exists( 'SiteOrigin_Customizer_CSS_Builder' ) ) : /** * This is used for building custom CSS. */ class SiteOrigin_Customizer_CSS_Builder { private $css; private $raw_css; - private $fonts; + private $google_fonts; private $defaults; // These are web safe fonts