Changeset 2428
- Timestamp:
- 03/10/2005 08:01:02 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r2341 r2428 620 620 if ( empty($to) ) 621 621 $to = time(); 622 $diff = (int) ($to - $from);622 $diff = (int) abs($to - $from); 623 623 if ($diff <= 3600) { 624 624 $mins = round($diff / 60);
Note: See TracChangeset
for help on using the changeset viewer.