Ticket #34228: 34228.patch
File 34228.patch, 345 bytes (added by , 9 years ago) |
---|
-
wp-includes/date.php
old new class WP_Date_Query { 992 992 $format = $time = ''; 993 993 994 994 // Hour 995 if ( $hour ) {995 if ( isset( $hour ) { 996 996 $format .= '%H.'; 997 997 $time .= sprintf( '%02d', $hour ) . '.'; 998 998 } else {