From 4d104ab1f2897d8aca24ef16c6ab3c71fe2b86fb Mon Sep 17 00:00:00 2001 From: Braad Date: Mon, 6 Jul 2015 16:36:30 -0700 Subject: [PATCH] Add a class "logos" to the anchors that wrap the logos --- includes/functions/theme-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/theme-functions.php b/includes/functions/theme-functions.php index 1dc7163..97afe95 100755 --- a/includes/functions/theme-functions.php +++ b/includes/functions/theme-functions.php @@ -268,7 +268,7 @@ function trestle_do_logos( $title, $inside, $wrap ) { } if ( $logo_html ) { - $inside .= sprintf( '%s', + $inside .= sprintf( '%s', trailingslashit( home_url() ), esc_attr( get_bloginfo( 'name' ) ), $logo_html