#12437 closed defect (bug) (fixed)
Remove Options -> Miscellaneous
Reported by: | dd32 | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | UI | Keywords: | needs-patch |
Focuses: | Cc: |
Description
As of #11687 being commited, The Misc page now only contains a single option related to links update times.
That option would be better moved elsewhere, and the Misc page either:
- Removed entirely and options directed elsewhere
- Only shown when plugins have added extra options there
Change History (12)
#3
@
15 years ago
I'd vote for checking if plugins use it. and if not we drop it entirely.
the last option could be hidden entirely, and enabled only using a plugin. or placed under settings / general.
#4
@
15 years ago
Related: #4230
Personally I'm tempted to remove the Link update checker all together and leave it for plugin material.
The option doesn't have any actual effect under normal situations as the update script is never run unless configured to do so via a plugin or system-level cron.
#6
@
15 years ago
Link update times can go, but let's leave the DB field for now.
Longer term, we should drop the links tables and upgrade everything there to just being an option or widget data.
#9
@
15 years ago
It seems that during menu creation is too early for hooking in to determine if the page is going to contain any settings or not, that happens on admin_init or later in the examples i've seen.
Redirecting the options to the General page seems the only real option available for backwards compat.
From #11687