Changeset 1980 for trunk/wp-includes/functions-formatting.php
- Timestamp:
- 12/19/2004 07:26:43 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r1976 r1980 557 557 if ($diff <= 3600) { 558 558 $mins = round($diff / 60); 559 $since = sprintf( __('%s mins' , $mins));559 $since = sprintf( __('%s mins'), $mins); 560 560 } else if (($diff <= 86400) && ($diff > 3600)) { 561 561 $hours = round($diff / 3600);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)