﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
22246	PHP Notice On _remove_theme_support() function	alex-ye	ryan	"Hi Guys , I just found this PHP Notice on _remove_theme_support() function , Tested On :

1 - WordPress 3.5 Beta 2[[BR]]

2 - PHP 5.4

To get this notice on just add child theme to TwentyTwelve and add this simple code on functions.php :


{{{
add_action ( 'after_setup_theme', 'Nash_setup' , 11 );

function Nash_setup() {

    remove_theme_support ( 'custom-background' );   
    remove_theme_support ( 'custom-header' );    

} // end Nash_setup()
}}}
"	defect (bug)	closed	normal	3.5	Warnings/Notices	3.4.2	normal	fixed	has-patch	
