Skip to content

Commit

Permalink
Update formatting.php
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
pbearne authored Dec 22, 2024
1 parent 3f0e237 commit 294cf25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-includes/formatting.php
Original file line number Diff line number Diff line change
Expand Up @@ -3932,8 +3932,8 @@ function human_time_diff( $from, $to = 0 ) {
*
* The timestamps are expected to be a Unix timestamp or a mysql date.
*
* @param int $from Timestamp to compare to $to.
* @param int $to Timestamp to compare $from against. Defaults to time().
* @param int $from Timestamp to compare to $to.
* @param int $to Timestamp to compare $from against. Defaults to time().
* @param int $limit Maximum number of parts (precision) in the given result.
* @return string Human-readable time difference.
*/
Expand Down

0 comments on commit 294cf25

Please sign in to comment.