Skip to content

Commit cd4aebb

Browse files
committed
jquery.com: Include company name as title in logo rotation.
1 parent 01cf1b5 commit cd4aebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mu-plugins/jquery.com/jquery-filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'<li class="three columns">' .
2424
'<a href="' . $member[ 'url' ] . '">' .
2525
'<span></span>' .
26-
'<img src="' . $logoUrl . '">' .
26+
'<img src="' . $logoUrl . '" title="' . $member[ 'name' ] . '">' .
2727
'</a>' .
2828
'</li>';
2929
}

0 commit comments

Comments
 (0)