Ticket #4218 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Widgets menu still appear when disabled

Reported by: spikeyslam Assigned to: rob1n
Priority: normal Milestone: 2.2
Component: Administration Version:
Severity: normal Keywords: widgets admin
Cc:

Description

When Widgets is disabled via: remove_action('plugins_loaded','wp_maybe_load_widgets',0); The Widgets menu is still displayed under Presentation.

Attachments

4218.diff (1.1 kB) - added by rob1n on 05/03/07 00:41:08.

Change History

05/03/07 00:04:06 changed by rob1n

  • owner changed from anonymous to rob1n.

Yeah, I know why this is happening. I'll fix this in an hour.

05/03/07 00:41:08 changed by rob1n

  • attachment 4218.diff added.

05/03/07 00:43:58 changed by rob1n

  • status changed from new to closed.
  • resolution set to fixed.

(In [5376]) Don't show Widgets admin page if core widgets aren't enabled. fixes #4218