Skip to content

Commit 294cf25

Browse files
authored
Update formatting.php
whitespace
1 parent 3f0e237 commit 294cf25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-includes/formatting.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3932,8 +3932,8 @@ function human_time_diff( $from, $to = 0 ) {
39323932
*
39333933
* The timestamps are expected to be a Unix timestamp or a mysql date.
39343934
*
3935-
* @param int $from Timestamp to compare to $to.
3936-
* @param int $to Timestamp to compare $from against. Defaults to time().
3935+
* @param int $from Timestamp to compare to $to.
3936+
* @param int $to Timestamp to compare $from against. Defaults to time().
39373937
* @param int $limit Maximum number of parts (precision) in the given result.
39383938
* @return string Human-readable time difference.
39393939
*/

0 commit comments

Comments
 (0)