﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18853	Menus Admin Screen Doesn't Accept Body Classes	JohnONolan	dd32	"This is going to be a hazy bug report, because it's at the outer limits of my technical ability, but:

Using this code

{{{
function my_admin_body_class( $classes ) {
	if ( is_admin() ) {
		$classes .= 'extra-class';
	}
	return $classes;
}
add_filter('admin_body_class', 'my_admin_body_class');
}}}

I can add a class of ""extra-class"" to the admin body tag on every single page... except Appearance > Menus. Where the class doesn't get inserted at all.

I'm seeing this both in 3.2 and latest trunk. Apologies if this is something I'm doing wrong... like I say - outer limits."	defect (bug)	closed	normal	3.3	Administration	3.3	normal	fixed	has-patch	
