Wrapper getMtWord3() added
authorRoland Häder <roland@mxchange.org>
Mon, 1 Oct 2012 21:55:54 +0000 (21:55 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 1 Oct 2012 21:55:54 +0000 (21:55 +0000)
inc/wrapper-functions.php

index 354fe7cbe4743335007219fd6788d750b23f2518..1e0c5cefc062a7dce36c3c2c4abacd5654bc7fc4 100644 (file)
@@ -1823,6 +1823,18 @@ function getMtWord2 () {
        return $GLOBALS[__FUNCTION__];
 }
 
+// "Getter" for mt_word2
+function getMtWord2 () {
+       // Do we have cache?
+       if (!isset($GLOBALS[__FUNCTION__])) {
+               // Determine it
+               $GLOBALS[__FUNCTION__] = getConfig('mt_word2');
+       } // END - if
+
+       // Return cache
+       return $GLOBALS[__FUNCTION__];
+}
+
 // "Getter" for main_title
 function getMainTitle () {
        // Do we have cache?