I have a problem with Wordpress. I am running this function:
function name($text = '', $relative = false, $icon = true) {
echo $text;
echo $relative;
echo $icon;
}
and the output of it is just "1" (one). How is it possible? Shouldn't be 3 lines of code (3 answers)? I am using apache 2.4, php 5.4.1 and wordpress 3.4 beta 3 on windows 7.