diff --git a/includes/Styles.php b/includes/Styles.php index df4e428..dc7415f 100644 --- a/includes/Styles.php +++ b/includes/Styles.php @@ -72,6 +72,7 @@ public function has_webfont( $webfont ) { // Short-circuits the method until I can figure out a way to make it properly work. return true; + /* if ( ! function_exists( 'get_current_screen' ) ) { require_once ABSPATH . 'wp-admin/includes/screen.php'; } @@ -84,6 +85,7 @@ public function has_webfont( $webfont ) { } } return false; + */ } /**