Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#50558 closed defect (bug) (fixed)

Allow to select all admin color schemes when running from /src

Reported by: ocean90's profile ocean90 Owned by:
Milestone: 5.5 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch
Focuses: administration Cc:

Description

register_admin_color_schemes() currently only allows to use the fresh color scheme if the version contains src. This limitation is no longer necessary since the new --dev flag, see #44492.

Related: [45688]

Attachments (1)

50558.patch (485 bytes) - added by ocean90 4 years ago.

Download all attachments as: .zip

Change History (2)

@ocean90
4 years ago

#1 @ocean90
4 years ago

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

In 48311:

Administration: Make all color schemes available when running from /src.

To run WordPress from /src you have to use the --dev flag which also builds the color scheme stylesheets thus the restriction is no longer required.

See #44492.
Fixes #50558.

Note: See TracTickets for help on using tickets.