Skip to content

Commit

Permalink
Fixes typo s/grid/displaystyle/
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmouser committed May 14, 2020
1 parent cf9f95b commit e81d75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit e81d75e

Please sign in to comment.