summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index dee0d08c3..84ebc60c5 100644
--- a/functions.php
+++ b/functions.php
@@ -1359,7 +1359,7 @@
} else if (date("Y", $timestamp) == date("Y")) {
return date("M d, G:i", $timestamp);
} else {
- return date("Y/m/d G:i", $timestamp);
+ return date("Y/m/d, G:i", $timestamp);
}
}