[wp-hackers] Where have the fieldsets gone in 2.5?

DD32 wordpress at dd32.id.au
Fri Mar 7 01:11:07 GMT 2008


Have a look at the new API functions for adding to the Meta boxes: add_meta_box()

http://planetozh.com/blog/2008/02/wordpress-snippet-add_meta_box/
http://codex.wordpress.org/Migrating_Plugins_and_Themes#Admin_Screens

Happy Hacking :) (Hopefully)

On Fri, 07 Mar 2008 11:30:20 +1100, John Blackbourn <johnbillion+wp at gmail.com> wrote:

> I posted this a while ago to wp-testers but didn't get much of a
> response. Apologies to those who subscribe to both.
>
> Looking over the 2.5 admin screen source, all the <fieldset>s have
> been changed to <div>s separated by <h3>s. Surely a fieldset with a
> legend is more semantic than a div with an h3. This only bothers me
> because a few of my plugins insert additional fieldsets into the admin
> screens, and in 2.5 the styling has been removed from fieldsets.
>
> I'm happy to write a patch to switch back to using fieldsets if it's
> likely to get committed.
>
> Can anyone give insight into this particular change?
>
> John.
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
> 





More information about the wp-hackers mailing list