'; if ( is_array($v) || is_object($v) ) array_push($ret,_http_build_query($v, '', $sep, $k, $urlencode)); elseif ( $urlencode ) array_push($ret, $k.'='.urlencode($v)); else array_push($ret, $k.'='.$v); } if ( NULL === $sep ) $sep = ini_get('arg_separator.output'); return implode($sep, $ret); } if ( !function_exists('_') ) { function _($string) { return $string; } } // Added in PHP 5.0 if (!function_exists('stripos')) { function stripos($haystack, $needle, $offset = 0) { return strpos(strtolower($haystack), strtolower($needle), $offset); } } ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/mircna/public_html/wp-includes/compat.php:122) in /home/mircna/public_html/wp-includes/pluggable.php on line 390