#7761 closed enhancement (fixed)
Add submitted date in Plugin Controls box
Reported by: | rabmalin | Owned by: | tellyworth |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | has-patch |
Cc: |
Description
In the Plugin Controls box, we have different values like status, version, updated date, etc. It would be great if we could add there submitted date also. I believe it will be helpful while plugin is being reviewed.
Attachments (4)
Change History (14)
This ticket was mentioned in PR #369 on WordPress/wordpress.org by @rabmalin.
3 months ago
#2
- Keywords has-patch added
Meta ticket: https://meta.trac.wordpress.org/ticket/7761
#4
@
3 months ago
I just tested this. Had to remove the strtotime()
call as noted in GH. The output is fine but could be a little neater; see screenshot.
If you want to tweak the output a bit I can wait on that, otherwise I'm happy to commit it with just the strtotime
change (I can do that).
#6
@
3 months ago
It does on my screen. I also took the liberty of using Y-m-d instead of Y/m/d. Perhaps using the locale standard date would be ideal but I think that's universally unambiguous.
#9
@
5 days ago
I dropped the (Y-m-d)
because it was causing awkward wrapping on my screen.
I replaced the title
of the span with the Y-m-d
where as the patches before had it as the unix epoch. That is to say, you should be able to hover on the X months ago
for both the Last Updated & Submitted dates to see the actual timestamps if you need it.
If you need a copyable date, LMK and we can probably make it work with a on-hover / etc.. I did look at popover
tooltips but it's not quite there (IMHO).
Ok, I think it's helpful too.