Changeset 42979
- Timestamp:
- 04/16/2018 12:12:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r42785 r42979 266 266 267 267 $icon = '<span class="dashicons dashicons-admin-plugins"></span>'; 268 $preferred_icons = array( 'svg', ' 1x', '2x', 'default' );268 $preferred_icons = array( 'svg', '2x', '1x', 'default' ); 269 269 foreach ( $preferred_icons as $preferred_icon ) { 270 270 if ( ! empty( $plugin_data->update->icons[ $preferred_icon ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.