From 1dc52ae7b38157dd1aa6591868246ef42b0c71bb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Mar 2011 12:17:40 +0400 Subject: pref-prefs: blacklist HEADLINES_SMART_DATE --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index c31727ca3..dc162d7a9 100644 --- a/functions.php +++ b/functions.php @@ -2190,7 +2190,7 @@ $dt = new DateTime($timestamp, new DateTimeZone('UTC')); $user_timestamp = $dt->format('U') + $user_tz->getOffset($dt); - if (!$no_smart_dt && get_pref($link, 'HEADLINES_SMART_DATE', $owner_uid)) { + if (!$no_smart_dt) { return smart_date_time($link, $user_timestamp, $user_tz->getOffset($dt), $owner_uid); } else { -- cgit v1.2.3-54-g00ecf