mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Fixes issue #30: Weirdness in the embedded player's timestamp.
This commit is contained in:
parent
88b034ea6c
commit
b2c5a2233e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class Helpers
|
|||
}
|
||||
|
||||
$title = date('c', strtotime($timestamp));
|
||||
$content = date('F d, o \@ g:i:s a', strtotime($timestamp));
|
||||
$content = date('F j, Y \@ g:i:s a', strtotime($timestamp));
|
||||
|
||||
return '<abbr class="timeago" title="' . $title . '">' . $content . '</abbr>';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue