diff options
author | Brion Vibber <brion@pobox.com> | 2010-02-21 11:13:57 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-02-21 11:13:57 -0800 |
commit | 2d9d444b05e29105082d3a443b8b71de6498b7e9 (patch) | |
tree | 32233a22844cfac208342cde862e2cf6a2e7ca45 | |
parent | 85528ccb1f5840a8c73f6c939f12d98bb3680cde (diff) |
Pulling PubSubHubbub plugin out of default list for 0.9.x; not compatible with recent changes to Atom feed generation for OStatus.
-rw-r--r-- | lib/default.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index e9bca79a6..70e00ea75 100644 --- a/lib/default.php +++ b/lib/default.php @@ -280,7 +280,6 @@ $default = 'Mapstraction' => null, 'Linkback' => null, 'WikiHashtags' => null, - 'PubSubHubBub' => null, 'RSSCloud' => null, 'OpenID' => null), ), |