in options.php [71:77]
function fbmcc_sanitize_locale($input) { if ( preg_match('/^[A-Za-z_]{4,5}$/', $input) ){ return $input; } else { return ''; } }