Changeset 4344 for branches/2.0/wp-includes/functions.php
- Timestamp:
- 10/04/2006 10:00:26 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions.php
r4290 r4344 845 845 $timeend = $mtime; 846 846 $timetotal = $timeend-$timestart; 847 $r = number_format($timetotal, $precision); 847 848 if ( $display ) 848 echo number_format($timetotal,$precision);849 return $ timetotal;849 echo $r; 850 return $r; 850 851 } 851 852
Note: See TracChangeset
for help on using the changeset viewer.