Ticket #3398: 3398.patch
| File 3398.patch, 655 bytes (added by , 6 years ago) |
|---|
-
src/includes/common/formatting.php
694 694 // so there's only two bits of calculation below: 695 695 } else { 696 696 697 // Default count values 698 $count = 0; 699 $count2 = 0; 700 697 701 // Step one: the first chunk 698 702 for ( $i = 0, $j = count( $chunks ); $i < $j; ++$i ) { 699 703 $seconds = $chunks[ $i ][0]; … … 726 730 } 727 731 } 728 732 729 // No output, so happenedright now730 if ( ! (int) trim( $output) ) {733 // Empty counts, so fallback to right now 734 if ( empty( $count ) && empty( $count2 ) ) { 731 735 $output = $right_now_text; 732 736 } 733 737 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)