diff options
author | rub <rub@piwigo.org> | 2008-05-14 22:25:36 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-05-14 22:25:36 +0000 |
commit | 51491ab08f2be1c59439e049a20d7555ec0f918d (patch) | |
tree | 87fc14d1ba9b14beb3c908e1617ed3b8c46ce335 /include/functions_plugins.inc.php | |
parent | 52797d017ee3f9542ba0b6c89edf59cfeffe6215 (diff) |
Change some PhpWebGallery to Piwigo.
Not all PhpWebGallery has been translated!
git-svn-id: http://piwigo.org/svn/trunk@2339 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions_plugins.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_plugins.inc.php b/include/functions_plugins.inc.php index f56e85137..e2beb18ac 100644 --- a/include/functions_plugins.inc.php +++ b/include/functions_plugins.inc.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* -Events and event handlers are the core of PhpWebGallery plugin management. +Events and event handlers are the core of Piwigo plugin management. Plugins are addons that are found in plugins subdirectory. If activated, PWG will include the index.php of each plugin. Events are triggered by PWG core code. Plugins (or even PWG itself) can |