From 610e1a7b301af9d0347ee36946b212d3bc4bb1a1 Mon Sep 17 00:00:00 2001
From: jrfnl <jrfnl@users.noreply.github.com>
Date: Wed, 20 Jul 2022 02:25:43 +0200
Subject: [PATCH] CS: fix incorrect comment closer indentation
---
src/wp-content/themes/twentyseventeen/functions.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wp-content/themes/twentyseventeen/functions.php b/src/wp-content/themes/twentyseventeen/functions.php
index 285917cc54..b7c65a5368 100644
a
|
b
|
function twentyseventeen_setup() { |
122 | 122 | /* |
123 | 123 | * This theme styles the visual editor to resemble the theme style, |
124 | 124 | * specifically font, colors, and column width. |
125 | | */ |
| 125 | */ |
126 | 126 | add_editor_style( array( 'assets/css/editor-style.css', twentyseventeen_fonts_url() ) ); |
127 | 127 | |
128 | 128 | // Load regular editor styles into the new block-based editor. |