aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/items.php b/include/items.php
index c2bd69362..f640f1d2b 100755
--- a/include/items.php
+++ b/include/items.php
@@ -3796,9 +3796,7 @@ function posted_dates($uid,$wall) {
function posted_date_widget($url,$uid,$wall) {
$o = '';
- // For former Facebook folks that left because of "timeline"
-
- if($wall && intval(get_pconfig($uid,'system','no_wall_archive_widget')))
+ if(! feature_enabled($uid,'archives'))
return $o;
$ret = posted_dates($uid,$wall);