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:
authorrobocoder <anthon.pang@gmail.com>2011-04-04 00:24:35 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-04 00:24:35 +0400
commit3f70dae6ed7bc34b9c28ed29814e860ac8c81e7c (patch)
tree2399e323131288b5d33f064636a5a7944401c1da /core/SmartyPlugins
parent1f51cb30a868ae1242d2e06a198ff1d33da3d27f (diff)
refs #2256 - remove my @author tags; these don't render correctly in phpdocs anyways
git-svn-id: http://dev.piwik.org/svn/trunk@4298 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/SmartyPlugins')
-rw-r--r--core/SmartyPlugins/block.purify.php1
-rw-r--r--core/SmartyPlugins/modifier.stripeol.php1
-rw-r--r--core/SmartyPlugins/modifier.unescape.php1
-rw-r--r--core/SmartyPlugins/outputfilter.ajaxcdn.php1
-rw-r--r--core/SmartyPlugins/outputfilter.cachebuster.php1
5 files changed, 0 insertions, 5 deletions
diff --git a/core/SmartyPlugins/block.purify.php b/core/SmartyPlugins/block.purify.php
index 08db87388f..26900d3823 100644
--- a/core/SmartyPlugins/block.purify.php
+++ b/core/SmartyPlugins/block.purify.php
@@ -21,7 +21,6 @@
* Install: Drop into the plugin directory, call
* <code>{purify}HTML fragment{/purify}</code>
* from template.
- * @author Anthon Pang <apang at softwaredevelopment dot ca>
* @version 1.0
* @param array $params
* <pre>
diff --git a/core/SmartyPlugins/modifier.stripeol.php b/core/SmartyPlugins/modifier.stripeol.php
index 7443716557..5f286764e2 100644
--- a/core/SmartyPlugins/modifier.stripeol.php
+++ b/core/SmartyPlugins/modifier.stripeol.php
@@ -18,7 +18,6 @@
* Purpose: Replace all end-of-line characters with platform specific string.<br>
* Example: {$var|stripeol}
* Date: March 10th, 2010
- * @author anthon (at) piwik.org
* @version 1.0
* @param string
* @param string
diff --git a/core/SmartyPlugins/modifier.unescape.php b/core/SmartyPlugins/modifier.unescape.php
index 30c5417174..30829bf152 100644
--- a/core/SmartyPlugins/modifier.unescape.php
+++ b/core/SmartyPlugins/modifier.unescape.php
@@ -16,7 +16,6 @@
* Type: modifier<br>
* Name: unescape<br>
* Purpose: Unescape the string
- * @author Anthon Pang <anthon.pang at gmail dot com>
* @param string
* @return string
*/
diff --git a/core/SmartyPlugins/outputfilter.ajaxcdn.php b/core/SmartyPlugins/outputfilter.ajaxcdn.php
index e91f397fe9..f789afae17 100644
--- a/core/SmartyPlugins/outputfilter.ajaxcdn.php
+++ b/core/SmartyPlugins/outputfilter.ajaxcdn.php
@@ -21,7 +21,6 @@
* Install: Drop into the plugin directory, call
* <code>$smarty->load_filter('output','ajaxcdn');</code>
* from application.
- * @author Anthon Pang <apang at softwaredevelopment dot ca>
* @version 1.0
* @param string
* @param Smarty
diff --git a/core/SmartyPlugins/outputfilter.cachebuster.php b/core/SmartyPlugins/outputfilter.cachebuster.php
index 080a661cfc..a9e0237732 100644
--- a/core/SmartyPlugins/outputfilter.cachebuster.php
+++ b/core/SmartyPlugins/outputfilter.cachebuster.php
@@ -24,7 +24,6 @@
* <code>$smarty->assign('tag', 'some_unique_tag');</code>
* <code>$smarty->load_filter('output','cachebuster');</code>
* from application.
- * @author Anthon Pang <apang at softwaredevelopment dot ca>
* @version 1.1
* @param string
* @param Smarty