Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#37764 closed defect (bug) (fixed)

Network Admin - sites screen notice: the id for the message div is not unique

Reported by: imath's profile imath Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.7 Priority: normal
Severity: normal Version:
Component: Networks and Sites Keywords: has-patch
Focuses: administration, multisite Cc:

Description

It musts be a typo.

In /wp-admin/network/sites.php the notice div has this id:
id="message notice is-dismissible"

I think the notice is-dismissible part should be in the class attribute of the div.

See attached patch.

Attachments (1)

37764.patch (488 bytes) - added by imath 8 years ago.

Download all attachments as: .zip

Change History (6)

@imath
8 years ago

#1 @imath
8 years ago

  • Keywords has-patch added

#2 @swissspidy
8 years ago

  • Component changed from General to Administration
  • Milestone changed from Awaiting Review to 4.7
  • Version trunk deleted

#3 @Presskopp
8 years ago

I checked if this is the only of it's type, and good news, it is.

#4 @SergeyBiryukov
8 years ago

  • Component changed from Administration to Networks and Sites

Introduced in [31973].

#5 @SergeyBiryukov
8 years ago

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

In 38305:

Multisite: Fix copy/paste issue in id attribute for a dismissible message on Sites screen.

Props imath.
Fixes #37764.

Note: See TracTickets for help on using tickets.