Skip to content

Commit 98f3fc5

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

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
@@ -39,7 +39,7 @@
3939
<?php printf( '<span>%s</span>', esc_attr( get_bloginfo( 'name' ) ) ); ?>
4040
</div>
4141
<?php
42-
$description = bloginfo( 'description' );
42+
$description = get_bloginfo( 'description' );
4343
if ( $description !== '' ) {
4444
printf( '<div class="mb-0 bloginfo-description">%s</div>', esc_attr( $description ) );
4545
}

0 commit comments

Comments
 (0)