lib/default.php has nofollow group

This commit is contained in:
Evan Prodromou 2010-04-05 10:24:22 -04:00
parent 7fb8d0c471
commit a313aeab9c
1 changed files with 4 additions and 0 deletions

View File

@ -296,4 +296,8 @@ $default =
),
'api' =>
array('realm' => null),
'nofollow' =>
array('subscribers' => true,
'members' => true,
'peopletag' => true),
);