• Hi,
    In the process of stealing some code, I came across this in b2functions.php :
    if (!function_exists(‘_’)) {
    function _($string) {
    return $string;
    }
    }
    Now, I’m just wondering out of curiosity , what this does or the reason for it?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘function _’ is closed to new replies.