1
0

Fix comment in plugin_api.inc.php

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein
2020-03-28 09:24:30 +01:00
parent 5adf3cda02
commit 52952ffe36

View File

@ -709,7 +709,7 @@ class serendipity_plugin_api
* @access public
* @param string The filename of the plugin to get information about
* @param array A referenced array that holds information about the plugin instance (self::load_plugin() response)
* @param type The type of the plugin (local|spartacus|...)
* @param type The type of the plugin (sidebar|event)
* @return array Information about the plugin
*/
static function &getPluginInfo(&$pluginFile, &$class_data, $type)