Automattic/o2

Time Shortcode: Allow to pass an attribute to parse the date string relative to current time

Closed this issue · 3 comments

Times are currently relative to the post/comment time. On w.org we have more or less the same shortcode but it supports an additional attribute to make dates relative to current time. This is useful for recurring meetings as you can see on https://make.wordpress.org/core/ (sidebar).

Source of the w.org plugin: time-shortcode.php.txt

I've got an open pull request for a refactor and bug fix of o2's time shortcode ( #83 ). I'll work this into that.

These changes are ready and should make their way into master when that pull request gets merged in. Once that happens, you may also want to use the latest version of the shortcode on .org since this new version is heavily unit tested and maintained. The working version is at https://github.com/claudiulodro/o2/tree/time-shortcode/modules/time-shortcode right now.

pento commented

Fixed in #83.