Skip to content

Commit

Permalink
Update WordPress.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Aug 1, 2023
1 parent 886c032 commit 8fa22fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directives/WordPress.php
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
$mod = $expression->get(0);
$default = $expression->get(1);

if (!empty($default)) {
if (! empty($default)) {
return "<?php echo get_theme_mod({$mod}, {$default}); ?>";
}

Expand Down

0 comments on commit 8fa22fb

Please sign in to comment.