Skip to content

Commit

Permalink
Update LibertyTemplate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoto-Cocoa authored Aug 17, 2024
1 parent fe6c80c commit 8eefe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibertyTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ protected function parseNavbar() {
}

// If icon and text both empty
if ( !isset( $icon ) && !isset( $text ) && empty( $icon ) && empty( $text ) ) {
if ( ( !isset( $icon ) && !isset( $text ) ) || ( empty( $icon ) && empty( $text ) ) ) {
continue;
}

Expand Down

0 comments on commit 8eefe07

Please sign in to comment.