From e81d75e1b89ca2ba119f40f4c213a29a1b6fdd9c Mon Sep 17 00:00:00 2001 From: Cosmo Martinez Date: Thu, 14 May 2020 04:54:05 +0000 Subject: [PATCH] Fixes typo s/grid/displaystyle/ --- includes/render.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/render.php b/includes/render.php index 3ce5e93..a4ef213 100644 --- a/includes/render.php +++ b/includes/render.php @@ -138,7 +138,7 @@ function ucsc_cdp_profile_render_shortcode($attributes) { 'displaystyle' => 'grid', ), $attributes); foreach($sa as $key => $value) { - if($key === 'cruzids' || $key === 'grid') { + if($key === 'cruzids' || $key === 'displaystyle') { continue; } if($value === 'true') {