summaryrefslogtreecommitdiff
path: root/lib/implugin.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2010-11-22 16:46:34 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2010-11-22 16:46:34 -0500
commit3e322b1c3c07726742309aa451179627592baf37 (patch)
tree4bdedf54c611e7e0327151e42ad4d5aef856caae /lib/implugin.php
parent22702160e6c74460c4937952b9a016d40503c671 (diff)
Miscellaneous plugin fixes/tweaksHEADmaster
From most important to least important: plugins/GNUsocialTemplatePlugin.php: * Modify to play nice with plain-old TemplatePlugin. * Move onPluginVersion() from action class to plugin class * Increment version from 0.1 to 0.1.1 plugins/TemplatePlugin.php: same as GNUsocialTemplatePlugin.php plugindata.php: add some output to help identify misbehaving plugins lib/implugin.php: fix comments: s/authentication/instant messaging/ lib/uapplugin.php: comments: add @see http://www.iab.net/iab_products_and_industry_services/508676/508767/UAP tpl/social.php: clean up formatting (also, use tabs instead of spaces, to be consistant with tpl/index.php)
Diffstat (limited to 'lib/implugin.php')
-rw-r--r--lib/implugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/implugin.php b/lib/implugin.php
index dafb8a416..dab72c514 100644
--- a/lib/implugin.php
+++ b/lib/implugin.php
@@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
}
/**
- * Superclass for plugins that do authentication
+ * Superclass for plugins that do instant messaging
*
* Implementations will likely want to override onStartIoManagerClasses() so that their
* IO manager is used