summaryrefslogtreecommitdiffstats
path: root/plugins/modifier.count.php
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2018-11-19 12:10:49 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2018-11-19 12:22:12 +0100
commitb4702736fc52780cb848d699d06e73ec3165290b (patch)
tree4a8217405149eee38217a54d5a05b08d3ae57093 /plugins/modifier.count.php
parentec4c627649a0b31f804f9cbdbfc84d375b774cd2 (diff)
downloaddokuwiki-b4702736fc52780cb848d699d06e73ec3165290b.tar.gz
dokuwiki-b4702736fc52780cb848d699d06e73ec3165290b.tar.bz2
dokuwiki-b4702736fc52780cb848d699d06e73ec3165290b.zip
Update to new dokuwiki version, replace smarty with twig
Diffstat (limited to 'plugins/modifier.count.php')
-rw-r--r--plugins/modifier.count.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/modifier.count.php b/plugins/modifier.count.php
deleted file mode 100644
index c077c11..0000000
--- a/plugins/modifier.count.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-function smarty_modifier_count($value)
-{
- return count($value);
-}
-
-?>