﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19460	Move filter for 'admin_body_class' to make it accessible for scripts and other stuff	F J Kaiser		"Currently this is what the body for the admin interface looks like:

{{{
<body class=""wp-admin no-js <?php echo apply_filters( 'admin_body_class', '' ) . "" $admin_body_class""; ?>"">
}}}

This is makes it impossible to do the same as you can do to public template pages: 

{{{return "" onload='init();'"";}}}.

Moving the filter ''behind'' the var, would make it an easy one-liner."	enhancement	closed	normal		General		normal	wontfix		24-7@…
