Re: remove admin-bar
As of revision 1270 in trunk you can now disable the admin bar like this in your “wp-config” file:
define('BP_DISABLE_ADMIN_BAR', true);
That way you don’t need any of those custom overrides in your “bp-custom” file.
As of revision 1270 in trunk you can now disable the admin bar like this in your “wp-config” file:
define('BP_DISABLE_ADMIN_BAR', true);
That way you don’t need any of those custom overrides in your “bp-custom” file.