Make WordPress Core

Ticket #32475: 32475.patch

File 32475.patch, 614 bytes (added by rachelbaker, 11 years ago)
  • src/wp-admin/includes/class-wp-posts-list-table.php

     
    862862                                        _e( 'Published' );
    863863                                } elseif ( 'future' == $post->post_status ) {
    864864                                        if ( $time_diff > 0 )
    865                                                 echo '<strong class="attention">' . __( 'Missed schedule' ) . '</strong>';
     865                                                echo '<strong class="error-message">' . __( 'Missed schedule' ) . '</strong>';
    866866                                        else
    867867                                                _e( 'Scheduled' );
    868868                                } else {