diff --git a/library/class-foundationpress-comments.php b/library/class-foundationpress-comments.php index c888bad6f..12be7f62f 100644 --- a/library/class-foundationpress-comments.php +++ b/library/class-foundationpress-comments.php @@ -78,7 +78,7 @@ function start_el( &$output, $comment, $depth = 0, $args = array(), $id = 0 ) {
comment_approved ) : ?>
-

+

diff --git a/library/theme-support.php b/library/theme-support.php index 0e6240639..4c4b6b5dc 100644 --- a/library/theme-support.php +++ b/library/theme-support.php @@ -43,7 +43,7 @@ function foundationpress_theme_support() { add_theme_support( 'wc-product-gallery-slider' ); // Add foundation.css as editor style https://codex.wordpress.org/Editor_Style - add_editor_style( 'assets/stylesheets/foundation.css' ); + add_editor_style( 'dist/assets/css/app.css' ); } add_action( 'after_setup_theme', 'foundationpress_theme_support' );