﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21746,show_admin_bar(false) still adds CSS and JS,ahmednuaman,,"I'd expect show_admin_bar(false) to totally hide the admin toolbar. Instead it leaves fragments in the app, for example in the header it still adds:

{{{
<link rel='stylesheet' id='admin-bar-css'  href='/wp-includes/css/admin-bar.css' type='text/css' media='all' />
<style type=""text/css"" media=""print"">#wpadminbar { display:none; }</style>
<style type=""text/css"" media=""screen"">
	html { margin-top: 28px !important; }
	* html body { margin-top: 28px !important; }
</style>
}}}


And in the footer:

{{{
<script type='text/javascript' src='/wp-includes/js/admin-bar.js'></script>
}}}
",defect (bug),closed,normal,,Toolbar,,normal,invalid,,
