[wp-trac] [WordPress Trac] #47708: 5.3 about page

WordPress Trac noreply at wordpress.org
Thu Nov 7 14:03:35 UTC 2019


#47708: 5.3 about page
-------------------------------------------------+-------------------------
 Reporter:  karmatosed                           |       Owner:  (none)
     Type:  task (blessed)                       |      Status:  reviewing
 Priority:  normal                               |   Milestone:  5.3
Component:  Help/About                           |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  i18n-change needs-screenshots        |     Focuses:
  needs-patch                                    |  accessibility
-------------------------------------------------+-------------------------

Comment (by bwmarkle):

 Hi @ryelle and @azaozz. Regarding the discussion with the removal of
 `.about-wrap` which is causing admin notices to appear...

 I have a plugin that is displaying an admin notice. I didn't want it to
 show on the about page, and so I relied on core's css to keep it hidden:

 {{{
 .about-wrap .notice {
         display: none !important;
 }
 }}}

 To prevent other plugins' notices from showing on the about page, should
 those styles be amended to hide notices from `.about__container` too?

 {{{
 .about-wrap .notice,
 .about__container .notice {
         display: none !important;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47708#comment:114>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list