summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 0f589e1ee..29489b40f 100644
--- a/functions.php
+++ b/functions.php
@@ -4505,7 +4505,7 @@
function trim_array($array) {
$tmp = $array;
- array_walk($tmp, 'trim_value');
+ array_walk($tmp, 'trim');
return $tmp;
}