1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +02:00

Relative Date format changed from "0 mins" to "Just now". Newsfeed admin area now displays last feed refresh time.

This commit is contained in:
Cameron
2016-05-21 09:45:15 -07:00
parent 94d634462f
commit e0b1d87acc
5 changed files with 45 additions and 9 deletions

View File

@@ -31,5 +31,7 @@ define("LANDT_09", "sec");
define("LANDT_09s", "secs");
define("LANDT_AGO", "ago");
define("LANDT_10", "Just now");
?>