From 27c80ac56c3586e55511bb7fc1a9eee72d246ea2 Mon Sep 17 00:00:00 2001 From: quix0r Date: Mon, 1 Oct 2012 21:56:45 +0000 Subject: [PATCH] Opps (sorry guys) --- inc/wrapper-functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 1e0c5cefc0..47bf5c07af 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -1824,11 +1824,11 @@ function getMtWord2 () { } // "Getter" for mt_word2 -function getMtWord2 () { +function getMtWord3 () { // Do we have cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it - $GLOBALS[__FUNCTION__] = getConfig('mt_word2'); + $GLOBALS[__FUNCTION__] = getConfig('mt_word3'); } // END - if // Return cache -- 2.39.5