From 3415b07556407947ca50bb9aa2058601d0c98cf9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 11 Dec 2011 18:21:34 +0400 Subject: fix trim_array() --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index cad0b21c3..16672a9ee 100644 --- a/functions.php +++ b/functions.php @@ -4512,7 +4512,7 @@ function trim_array($array) { $tmp = $array; - array_walk($tmp, 'trim_value'); + array_walk($tmp, 'trim'); return $tmp; } -- cgit v1.2.3