diff --git a/views/blocks/boilerplate/boilerplate.php b/views/blocks/boilerplate/boilerplate.php index 2ec97d3..a9bb405 100644 --- a/views/blocks/boilerplate/boilerplate.php +++ b/views/blocks/boilerplate/boilerplate.php @@ -10,6 +10,11 @@ namespace BasicWP; $classes = 'boilerplate'; + +/** + * NOTE: DO NOT remove this function call - it is required to avoid editor issues. + * $is_preview is a WordPress global when in the editor. + */ $wrapper = blockWrapperAttributes( $classes, $is_preview ); ?>