From aea655489ccd1472794de190a03b2d3b2b4bf8e9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 11 Dec 2011 13:03:17 +0400 Subject: remove toggleEvenOdd() --- functions.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index cad0b21c3..0f589e1ee 100644 --- a/functions.php +++ b/functions.php @@ -2273,13 +2273,6 @@ } } - function toggleEvenOdd($a) { - if ($a == "even") - return "odd"; - else - return "even"; - } - // Session caching removed due to causing wrong redirects to upgrade // script when get_schema_version() is called on an obsolete session // created on a previous schema version. -- cgit v1.2.3