[wp-trac] [WordPress Trac] #46734: Site Health: Add actions to all site status tests

WordPress Trac noreply at wordpress.org
Wed Apr 10 08:43:51 UTC 2019


#46734: Site Health: Add actions to all site status tests
---------------------------------------+-----------------------
 Reporter:  garrett-eclipse            |       Owner:  (none)
     Type:  enhancement                |      Status:  new
 Priority:  normal                     |   Milestone:  5.2
Component:  Administration             |     Version:  trunk
 Severity:  normal                     |  Resolution:
 Keywords:  site-health needs-refresh  |     Focuses:  ui, docs
---------------------------------------+-----------------------
Changes (by mukesh27):

 * keywords:  site-health => site-health needs-refresh


Comment:

 As per WPCS https://make.wordpress.org/core/handbook/best-practices
 /coding-standards/css/#selectors Refrain from using over-qualified
 selectors, {{{div.container}}} can simply be stated as {{{.container}}}

 @garrett-eclipse Can you please replace below css or add unique css in
 span.

 {{{
 .health-check-accordion-panel a span.dashicons-external {
         text-decoration: none;
 }
 }}}
 Replace to

 {{{
 .health-check-accordion-panel a .dashicons-external {
         text-decoration: none;
 }
 }}}

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


More information about the wp-trac mailing list