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:
-rw-r--r--core/SmartyPlugins/block.purify.php2
-rw-r--r--core/SmartyPlugins/modifier.stripeol.php2
-rw-r--r--core/SmartyPlugins/outputfilter.ajaxcdn.php2
-rw-r--r--core/SmartyPlugins/outputfilter.cachebuster.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/core/SmartyPlugins/block.purify.php b/core/SmartyPlugins/block.purify.php
index 26900d3823..967cd60337 100644
--- a/core/SmartyPlugins/block.purify.php
+++ b/core/SmartyPlugins/block.purify.php
@@ -21,7 +21,7 @@
* Install: Drop into the plugin directory, call
* <code>{purify}HTML fragment{/purify}</code>
* from template.
- * @version 1.0
+ *
* @param array $params
* <pre>
* Params: assign: string (null)
diff --git a/core/SmartyPlugins/modifier.stripeol.php b/core/SmartyPlugins/modifier.stripeol.php
index 5f286764e2..3d6858e2f5 100644
--- a/core/SmartyPlugins/modifier.stripeol.php
+++ b/core/SmartyPlugins/modifier.stripeol.php
@@ -18,7 +18,7 @@
* Purpose: Replace all end-of-line characters with platform specific string.<br>
* Example: {$var|stripeol}
* Date: March 10th, 2010
- * @version 1.0
+ *
* @param string
* @param string
* @return string
diff --git a/core/SmartyPlugins/outputfilter.ajaxcdn.php b/core/SmartyPlugins/outputfilter.ajaxcdn.php
index f789afae17..97d562f4b9 100644
--- a/core/SmartyPlugins/outputfilter.ajaxcdn.php
+++ b/core/SmartyPlugins/outputfilter.ajaxcdn.php
@@ -21,7 +21,7 @@
* Install: Drop into the plugin directory, call
* <code>$smarty->load_filter('output','ajaxcdn');</code>
* from application.
- * @version 1.0
+ *
* @param string
* @param Smarty
*/
diff --git a/core/SmartyPlugins/outputfilter.cachebuster.php b/core/SmartyPlugins/outputfilter.cachebuster.php
index a9e0237732..1aae88d347 100644
--- a/core/SmartyPlugins/outputfilter.cachebuster.php
+++ b/core/SmartyPlugins/outputfilter.cachebuster.php
@@ -24,7 +24,7 @@
* <code>$smarty->assign('tag', 'some_unique_tag');</code>
* <code>$smarty->load_filter('output','cachebuster');</code>
* from application.
- * @version 1.1
+ *
* @param string
* @param Smarty
*/