[wp-trac] [WordPress Trac] #16413: Settings page needs refactoring and UI improvements
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 29 13:03:05 UTC 2011
#16413: Settings page needs refactoring and UI improvements
-------------------------------------------------+-------------------------
Reporter: chexee | Owner: nacin
Type: enhancement | Status: accepted
Priority: normal | Milestone: Future
Component: UI | Release
Severity: normal | Version: 3.1
Keywords: settings ui has-patch needs-refresh | Resolution:
-------------------------------------------------+-------------------------
Comment (by scribu):
One problem with my patch and also with andrew's is that settings that are
added by plugins, hooked into 'admin_init' for instance, would now show up
before the default ones, instead of after:
{{{
add_action( 'admin_init', function() {
add_settings_section( 'test', 'Test', '__return_false', 'media' );
});
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16413#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list