[wp-trac] [WordPress Trac] #16278: Designate core options in options table
WordPress Trac
wp-trac at lists.automattic.com
Mon Jan 17 23:36:04 UTC 2011
#16278: Designate core options in options table
-------------------------+-----------------------------
Reporter: ryan_b | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Database | Version:
Severity: minor | Keywords: dev-feedback
-------------------------+-----------------------------
I think there should be another column added to the options table, call it
something like "core" set it to yes if the option belongs to the core,
otherwise if it belongs to a plugin set it to no. Then emptying out
plugin settings is a simple sql query: "DELETE * From wp_options WHERE
'core' = 'no'".
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16278>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list