- Timestamp:
- 07/18/2025 03:29:06 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php
r59907 r60483 64 64 $classname = $args['logo_class']; 65 65 } else { 66 if ( ! $site_title ) { 67 return ''; 68 } 69 66 70 $contents = sprintf( $args['title'], esc_url( get_home_url( null, '/' ) ), esc_html( $site_title ) ); 67 71 if (
Note: See TracChangeset
for help on using the changeset viewer.