Hi,
I've added some custom phrases and tested them to be sure they work using
Code:
echo $vbphrase('some_custom_text');
but when I try to display that same text using:
Code:
eval(print_standard_error('some_custom_text'));
or
eval(print_standard_redirect('some_custom_text'));
the resulting info box displays:
Could not find phrase 'some_custom_text'.
What am I missing here?
thanks,
Ed