floated_admin_avatar

Definition:
function floated_admin_avatar( $name ) {}

Add avatars to relevant places in admin, or try to.

Parameters

  • string $name: User name.

Return values

returns:Avatar with Admin name.

Source code

function floated_admin_avatar( $name ) {

	global $comment;

	$avatar = get_avatar( $comment, 32 );

	return "$avatar $name";

}

1078

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: