diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-05-06 23:33:27 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-05-06 23:33:27 -0400 |
commit | 30328fc1666b9e3a6651c5d8881933debaf5ecc6 (patch) | |
tree | ebc3eca0507e8f5dcf5e9ad18c904ca64b71107f /lib | |
parent | d9c1ac9053ee3e4ddb861d1467bb065a4bfab3bf (diff) |
Enable ClientSideShorten plugin by default
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index 449d2b3bb..52a4ec783 100644 --- a/lib/default.php +++ b/lib/default.php @@ -287,6 +287,7 @@ $default = 'OStatus' => null, 'WikiHashtags' => null, 'RSSCloud' => null, + 'ClientSideShorten' => null, 'OpenID' => null), ), 'pluginlist' => array(), |