I noticed this piece of code in Wordpress 2.9.1 (/wp-includes/compat.php), I don't understand it:
if ( !function_exists('_') ) {
function _($string) {
return $string;
}
}
It seems that PHP indeed has a function _($string)
but I can't find the documentation for it.
It is an alias for gettext()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With