We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0e237 commit 294cf25Copy full SHA for 294cf25
src/wp-includes/formatting.php
@@ -3932,8 +3932,8 @@ function human_time_diff( $from, $to = 0 ) {
3932
*
3933
* The timestamps are expected to be a Unix timestamp or a mysql date.
3934
3935
- * @param int $from Timestamp to compare to $to.
3936
- * @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().
3937
* @param int $limit Maximum number of parts (precision) in the given result.
3938
* @return string Human-readable time difference.
3939
*/
0 commit comments