Skip to content
Extraits de code Groupes Projets
Valider 38b3b582 rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

remove getInformation() method from CustomVariables plugin

parent 9c71a6bc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -15,13 +15,6 @@ use Piwik\Tracker; ...@@ -15,13 +15,6 @@ use Piwik\Tracker;
class CustomVariables extends \Piwik\Plugin class CustomVariables extends \Piwik\Plugin
{ {
public function getInformation()
{
$info = parent::getInformation();
$info['description'] .= ' <br/>Required to use <a href="http://piwik.org/docs/ecommerce-analytics/">Ecommerce Analytics</a> feature!';
return $info;
}
/** /**
* @see Piwik\Plugin::getListHooksRegistered * @see Piwik\Plugin::getListHooksRegistered
*/ */
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"ColumnCustomVariableValue": "Custom Variable value", "ColumnCustomVariableValue": "Custom Variable value",
"CustomVariables": "Custom Variables", "CustomVariables": "Custom Variables",
"CustomVariablesReportDocumentation": "This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. %s For more information about Custom Variables in general, read the %sCustom Variables documentation on piwik.org%s", "CustomVariablesReportDocumentation": "This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. %s For more information about Custom Variables in general, read the %sCustom Variables documentation on piwik.org%s",
"PluginDescription": "Custom Variables are (name, value) pairs that you can assign using the Javascript API to visitors or any of their action. Piwik will then report how many visits, pages, conversions for each of these custom names and values. View the detailed Custom Variables for each user and action in the Visitor Log.", "PluginDescription": "Custom Variables are (name, value) pairs that you can assign using the Javascript API to visitors or any of their action. Piwik will then report how many visits, pages, conversions for each of these custom names and values. View the detailed Custom Variables for each user and action in the Visitor Log.<br />Required to use <a href=\"http://piwik.org/docs/ecommerce-analytics/\">Ecommerce Analytics</a> feature!",
"ScopePage": "scope page", "ScopePage": "scope page",
"ScopeVisit": "scope visit" "ScopeVisit": "scope visit"
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter