diff options
author | Evan Prodromou <evan@status.net> | 2010-04-05 11:04:47 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-04-05 11:04:47 -0400 |
commit | 0b30230b5ad482b9510775510f77dbbc62970150 (patch) | |
tree | 222e2466b96369fd687b7fce581df36f28da905d /lib/default.php | |
parent | d4940fe148002bfd6619bcbef95763395bb6d9cc (diff) | |
parent | 2882e40540b6ca0aaeb7b9e1841622cf0442ae3d (diff) |
Merge branch 'nofollow'
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index 10f3f1a97..ffeab70b3 100644 --- a/lib/default.php +++ b/lib/default.php @@ -296,4 +296,8 @@ $default = ), 'api' => array('realm' => null), + 'nofollow' => + array('subscribers' => true, + 'members' => true, + 'peopletag' => true), ); |