Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#23239 closed defect (bug) (fixed)

Can't add screen options on the widgets screen

Reported by: bradyvercher's profile bradyvercher Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.0
Component: Administration Keywords: has-patch commit
Focuses: Cc:

Description

Hooking into the screen_settings filter to add options to the "Screen Options" tab on the widgets screen doesn't work because it's replaced by the accessibility link immediately afterward. Is there any reason this shouldn't behave like other screens to allow for customization?

The attached patches are alternatives for including custom options before or after the accessibility link.

Attachments (3)

23239-append.patch (781 bytes) - added by bradyvercher 12 years ago.
23239-prepend.patch (826 bytes) - added by bradyvercher 12 years ago.
23239.patch (963 bytes) - added by SergeyBiryukov 12 years ago.

Download all attachments as: .zip

Change History (8)

#1 @SergeyBiryukov
12 years ago

  • Version changed from trunk to 3.0

#2 @SergeyBiryukov
12 years ago

  • Milestone changed from Awaiting Review to 3.6

#3 @DrewAPicture
12 years ago

  • Cc DrewAPicture added
  • Keywords needs-testing added

#4 @SergeyBiryukov
12 years ago

  • Keywords commit added; needs-testing removed

#5 @SergeyBiryukov
12 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 23503:

Don't override filtered screen options on Widgets screen. props bradyvercher. fixes #23239.

Note: See TracTickets for help on using tickets.