forked from leftypol/leftypol
Configurable post time format
This commit is contained in:
parent
d46c40652c
commit
9ba2638ad7
2 changed files with 6 additions and 2 deletions
|
@ -128,7 +128,7 @@
|
|||
$built .= '</a>';
|
||||
|
||||
// Date/time
|
||||
$built .= ' ' . date('m/d/y (D) H:i:s', $this->time);
|
||||
$built .= ' ' . date(POST_DATE, $this->time);
|
||||
|
||||
$built .= ' <a class="post_no"' .
|
||||
// JavaScript highlight
|
||||
|
@ -271,7 +271,7 @@
|
|||
$built .= '</a>';
|
||||
|
||||
// Date/time
|
||||
$built .= ' ' . date('m/d/y (D) H:i:s', $this->time);
|
||||
$built .= ' ' . date(POST_DATE, $this->time);
|
||||
|
||||
$built .= ' <a class="post_no"' .
|
||||
// JavaScript highlight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue