|
@@ -7,15 +7,6 @@
|
|
* @package Blockbase
|
|
* @package Blockbase
|
|
*/
|
|
*/
|
|
|
|
|
|
-/**
|
|
|
|
- * Enqueue our WP.com styles for front-end.
|
|
|
|
- * Loads after theme styles so we can add overrides.
|
|
|
|
- */
|
|
|
|
-function blockbase_wpcom_scripts() {
|
|
|
|
- wp_enqueue_style( 'blockbase-wpcom-style', get_template_directory_uri() . '/inc/wpcom-style.css', array( 'blockbase-ponyfill' ) );
|
|
|
|
-}
|
|
|
|
-add_action( 'wp_enqueue_scripts', 'blockbase_wpcom_scripts' );
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Restores the Customizer since we still rely on it.
|
|
* Restores the Customizer since we still rely on it.
|
|
* (For WPcom REST API requests to work properly.)
|
|
* (For WPcom REST API requests to work properly.)
|