[wp-trac] [WordPress Trac] #13445: remove_meta_box function broken in 3.0-beta2-14729(nightly)
WordPress Trac
wp-trac at lists.automattic.com
Tue May 18 22:13:58 UTC 2010
#13445: remove_meta_box function broken in 3.0-beta2-14729(nightly)
--------------------------+-------------------------------------------------
Reporter: anointed | Owner:
Type: defect (bug) | Status: new
Priority: low | Milestone: Unassigned
Component: General | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Noticed when I downloaded the latest version today that the
remove_meta_box function seems to have stopped working. It must have
happened within the last 2-3 builds as I had it working ok.
to replicate: Add to theme functions.php
{{{
add_action('admin_menu', 'my_remove_box');
function my_remove() {
remove_meta_box('postcustom', 'post', 'normal');
remove_meta_box('postcustom', 'movies', 'normal');
}
}}}
I hope it's a real bug and I'm not sounding incompetent here :)
Was able to verify the problem in both custom theme and twentyten.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13445>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list