Ticket #26671: dashboard.php.patch
File dashboard.php.patch, 506 bytes (added by , 10 years ago) |
---|
-
htdocs/wp-admin/includes/dashboard.php
599 599 while ( $posts->have_posts() ) { 600 600 $posts->the_post(); 601 601 602 $time = get_the_time( 'U');602 $time = time(); 603 603 if ( date( 'Y-m-d', $time ) == $today ) { 604 604 $relative = __( 'Today' ); 605 605 } elseif ( date( 'Y-m-d', $time ) == $tomorrow ) {