[wp-trac] [WordPress Trac] #65014: Site Health: Error icon missing due to missing dashicons class

WordPress Trac noreply at wordpress.org
Fri Apr 3 02:03:32 UTC 2026


#65014: Site Health: Error icon missing due to missing dashicons class
-------------------------------------+-------------------------------------
 Reporter:  valani9099               |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Administration           |     Version:  trunk
 Severity:  normal                   |  Resolution:
 Keywords:  has-screenshots has-     |     Focuses:  ui, css,
  patch                              |  administration
-------------------------------------+-------------------------------------

Comment (by wildworks):

 Thanks for the report.

 Please note that this issue did not newly arise in 7.0.

 Also, if someone wishes to test this problem, you can intentionally cause
 an error with code like the following:

 {{{
 add_filter( 'pre_http_request', function( $response, $parsed_args, $url )
 {
         if ( false !== strpos( $url, 'api.wordpress.org' ) ) {
                 return new WP_Error( 'http_request_failed', 'Intentional
 failure for testing.' );
         }
         return $response;
 }, 10, 3 );
 }}}

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


More information about the wp-trac mailing list