Make WordPress Core


Ignore:
Timestamp:
07/07/2015 11:10:57 PM (10 years ago)
Author:
helen
Message:

Ensure error messages look like, well, errors.

props obenland, rachelbaker.
fixes #32475.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php

    r32756 r33117  
    452452        if ( $theme->errors() ) {
    453453            $pre = $status == 'broken' ? __( 'Broken Theme:' ) . ' ' : '';
    454             echo '<p><strong class="attention">' . $pre . $theme->errors()->get_error_message() . '</strong></p>';
     454            echo '<p><strong class="error-message">' . $pre . $theme->errors()->get_error_message() . '</strong></p>';
    455455        }
    456456
Note: See TracChangeset for help on using the changeset viewer.