mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-28 21:10:16 +00:00
No longer delete the default term option in `unregister_taxonomy()` to improve database performance. Since taxonomies are registered at runtime and can't be unregistered unless they're already registered, prior to this change the option was created and deleted on each request. Deleting the option should occur on a one-time opperation such as plugin deactivation. Follow up to [48480]. Props dlh. Fixes #54472. git-svn-id: https://develop.svn.wordpress.org/trunk@53669 602fd350-edb4-49c9-b593-d223f7449a82