Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#49186 closed defect (bug) (fixed)

Multisite: Use 'warning' styles for 'Caution' and 'Warning' messages during installation

Reported by: dlh Owned by: SergeyBiryukov
Priority: normal Milestone: 5.4
Component: Networks and Sites Version:
Severity: normal Keywords: has-patch has-screenshots
Cc: Focuses: multisite

Description

When installing a multisite network through the admin UI, there are (at least) two messages shown to the user that are styled using the updated CSS class but convey cautionary messages:

  • "Warning: Please deactivate your plugins before enabling the Network feature."
  • "Caution: We recommend you back up your existing wp-config.php file." (or variants of this)

Given the purpose of these messages, the warning styles might be more appropriate. The attached patch would make that switch; before-and-after screenshots are also attached to illustrate one of the two instances.

Attachments (3)

49186.diff (1.2 KB ) - added by dlh 7 years ago.
49186-before.png (101.1 KB ) - added by dlh 7 years ago.
49186-after.png (103.7 KB ) - added by dlh 7 years ago.

Download all attachments as: .zip

Change History (6)

@dlh
7 years ago

@dlh
7 years ago

@dlh
7 years ago

#1 @johnjamesjacoby
7 years ago

+1 from me

#2 @SergeyBiryukov
7 years ago

  • Milestone Awaiting Review5.4
  • Owner set to SergeyBiryukov
  • Status newreviewing

#3 @SergeyBiryukov
7 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 47067:

Networks and Sites: Use warning styles for 'Caution' and 'Warning' messages during Multisite installation.

Props dlh.
Fixes #49186.

Note: See TracTickets for help on using tickets.