Skip to content

Commit acfc496

Browse files
authored
Update template-parts/header-personal.php
1 parent 98f3fc5 commit acfc496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template-parts/header-personal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</div>
4141
<?php
4242
$description = get_bloginfo( 'description' );
43-
if ( $description !== '' ) {
43+
if ( $description ) {
4444
printf( '<div class="mb-0 bloginfo-description">%s</div>', esc_attr( $description ) );
4545
}
4646
?>

0 commit comments

Comments
 (0)