mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Add a class "logos" to the anchors that wrap the logos
This commit is contained in:
@@ -268,7 +268,7 @@ function trestle_do_logos( $title, $inside, $wrap ) {
|
||||
}
|
||||
|
||||
if ( $logo_html ) {
|
||||
$inside .= sprintf( '<a href="%s" title="%s">%s</a>',
|
||||
$inside .= sprintf( '<a href="%s" title="%s" class="logos">%s</a>',
|
||||
trailingslashit( home_url() ),
|
||||
esc_attr( get_bloginfo( 'name' ) ),
|
||||
$logo_html
|
||||
|
||||
Reference in New Issue
Block a user