Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-09-12 07:37:49 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-12 07:37:49 +0400
commit513cbb6b20660653e375c73081b2caacb583e203 (patch)
tree593217a72ea1905c6ac42baf22f6dc7aa27dc263 /plugins/LanguagesManager/API.php
parentd989c794c832d40a66f7a56e6e0607a20e4a7af5 (diff)
Minor code changes + style following review
Diffstat (limited to 'plugins/LanguagesManager/API.php')
-rw-r--r--plugins/LanguagesManager/API.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/LanguagesManager/API.php b/plugins/LanguagesManager/API.php
index 172d297e33..eccb98050a 100644
--- a/plugins/LanguagesManager/API.php
+++ b/plugins/LanguagesManager/API.php
@@ -179,6 +179,8 @@ class API
* @param string $pluginName name of plugin
* @param string $languageCode ISO language code
* @return array|false Array of arrays, each containing 'label' (translation index) and 'value' (translated string); false if language unavailable
+ *
+ * @ignore
*/
public function getPluginTranslationsForLanguage($pluginName, $languageCode)
{