Skip to content

Commit ca71d45

Browse files
committed
Remove inline comment
1 parent b218bbe commit ca71d45

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/wp-content/themes/twentytwenty/inc/template-tags.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ function twentytwenty_site_logo( $args = array(), $display = true ) {
6363
$contents = sprintf( $args['logo'], $logo, esc_html( $site_title ) );
6464
$classname = $args['logo_class'];
6565
} else {
66-
// Skip rendering if site title is empty
6766
if ( empty( $site_title ) ) {
6867
return '';
6968
}

0 commit comments

Comments
 (0)