Changes between Initial Version and Version 1 of Ticket #61535
- Timestamp:
- 06/29/2024 04:41:11 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61535 – Description
initial v1 11 11 As a result, relative times can be formatted differently depending on whether they're expressed in JS or PHP. 12 12 13 One example is the Post Time block. If the post date is within an hour of the current time and relative format is enabled, it will be displayed as `1 minute`/`10 minutes` in the block editor and represented as `1 min` / `10 mins` on the frontend.13 One example is the Post Date block. If the post date is within an hour of the current time and relative format is enabled, it will be displayed as `1 minute`/`10 minutes` in the block editor and represented as `1 min` / `10 mins` on the frontend. 14 14 15 15 I suggest not using abbreviations in `human_time_diff()` functions.