Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#23239 closed defect (bug) (fixed)

Can't add screen options on the widgets screen

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

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 14 years ago.
23239-prepend.patch (826 bytes ) - added by bradyvercher 14 years ago.
23239.patch (963 bytes ) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (8)

#1 @SergeyBiryukov
14 years ago

  • Version trunk3.0

#2 @SergeyBiryukov
14 years ago

  • Milestone Awaiting Review3.6

#3 @DrewAPicture
14 years ago

  • Cc DrewAPicture added
  • Keywords needs-testing added

#4 @SergeyBiryukov
14 years ago

  • Keywords commit added; needs-testing removed

#5 @SergeyBiryukov
14 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 23503:

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

Note: See TracTickets for help on using tickets.