mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Ensure error messages look like, well, errors.
props obenland, rachelbaker. fixes #32475. git-svn-id: https://develop.svn.wordpress.org/trunk@33117 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -824,7 +824,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
_e( 'Published' );
|
||||
} elseif ( 'future' == $post->post_status ) {
|
||||
if ( $time_diff > 0 ) {
|
||||
echo '<strong class="attention">' . __( 'Missed schedule' ) . '</strong>';
|
||||
echo '<strong class="error-message">' . __( 'Missed schedule' ) . '</strong>';
|
||||
} else {
|
||||
_e( 'Scheduled' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user