Skip to content

Commit 0e0377f

Browse files
committed
Request a larger avatar for the toolbar, as we use it at narrow responsive sizes.
props kovshenin. fixes #26292. git-svn-id: https://develop.svn.wordpress.org/trunk@26800 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a3fa719 commit 0e0377f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/admin-bar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function wp_admin_bar_my_account_item( $wp_admin_bar ) {
190190
if ( ! $user_id )
191191
return;
192192

193-
$avatar = get_avatar( $user_id, 16 );
193+
$avatar = get_avatar( $user_id, 26 );
194194
$howdy = sprintf( __('Howdy, %1$s'), $current_user->display_name );
195195
$class = empty( $avatar ) ? '' : 'with-avatar';
196196

0 commit comments

Comments
 (0)