From 9cb4c6ed215710bf9cee9311977b4a52f3f13e06 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:19:11 +0200 Subject: [PATCH] Update functions.php --- functions.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index e955f0c0..93b42922 100644 --- a/functions.php +++ b/functions.php @@ -44,6 +44,9 @@ foreach ( $understrap_includes as $file ) { require_once get_theme_file_path( $understrap_inc_dir . $file ); } -function trigger_cs_error( $string ) { - echo $string; +function trigger_fixable_cs_error() { + $array = array( + 'key1' => 'value1', + 'key11111' => 'value11111' + ); }