﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
31586	Admin Bar: site-name link for is_admin() in admin-bar.php	landwire		"Hi there,

at the moment the site-name link in the admin bar point to the admin_url(). Would it be possible to put a filter in to override that? As the first item in the dropdown menu is the dashboard and links exactly to the same place!
I am quite happy to link to the home_url for all users, also admins. Somehow it feels consistent, as I also use the adminbar on the frontend. Anyway, just a thought.

This is the code as is in admin-bar.php, just so you know what I am talking about:


{{{
$wp_admin_bar->add_menu( array(
		'id'    => 'site-name',
		'title' => $title,
		'href'  => is_admin() ? home_url( '/' ) : admin_url(),
	) );
}}}


Thanks,
Sascha
"	enhancement	closed	normal		Toolbar	4.1.1	normal	worksforme			ui
