Make WordPress Core


Ignore:
Timestamp:
04/15/2019 06:00:57 PM (6 years ago)
Author:
afercia
Message:

Administration: Add a chevron icon to the Site Health "Passed tests" button.

The chevron icon helps clarify what the button does.

Props garrett-eclipse, Clorith, xkon, melchoyce.
Fixes #46730.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/site-health.php

    r45199 r45201  
    116116        <button type="button" class="button site-health-view-passed" aria-expanded="false" aria-controls="health-check-issues-good">
    117117            <?php _e( 'Passed tests' ); ?>
     118            <span class="icon"></span>
    118119        </button>
    119120    </div>
Note: See TracChangeset for help on using the changeset viewer.